Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter xaaa

    (@xaaa)

    i tried with the shortcode [categoryvideothumb type=category id=9 width=”300″],
    its not working either

    Hi,

    The parameter width in the following shortcode will not reflect “[categoryvideothumb]”. Because this shortcode is to display thumb images from a particular category. To display player, you need to use [hdvideo id=4 width=400 height=400]. If the width is still not changed, then the width may overwritten in your theme style. Share the site link. So that I can check and assist you accordingly.

    Thread Starter xaaa

    (@xaaa)

    okay understood.Thank you. But if i use [hdvideo id=4 width=400 height=400], is it possible to place 3 videos side by side in a column?

    Thread Starter xaaa

    (@xaaa)

    is there any way if i can increase the the width of the category videos with css?

    i tried
    .video-block a img, .video-block img {
    width: 240px!important;
    height: 180px!important;
    }

    but this makes the videos overlaps each other

    Hi,

    For videos in side column, explain clearly you want to display the videos outside or inside the player like in the screenshot https://screencast.com/t/TctpU6IVH?

    Regarding category videos css, share the site link. So that I can check and assist you accordingly.

    Thread Starter xaaa

    (@xaaa)

    https://www.ta45motorsports.com/video-home/
    here is the site link. i want only 3 videos in a column and the videos should be a bit bigger.
    Thanks for your kind assistance

    Hi,

    To have 3 videos in columns go to admin -> Video Gallery -> Settings -> find “Category Videos” under “Videos Page Settings” and change the column value to 3.

    To increase thumb image size, open /wp-content/plugins/contus-video-gallery/css/style.min.css and find .video-block. Here you can find width: 140px; change it to width: 165px;. Now find .video-block:first-child here you can find width: 140px; change it to width: 165px;.

    Finally find .video-block a img, .video-block img. Change width: 140px!important; to width: 170px!important;.

    Thread Starter xaaa

    (@xaaa)

    Thank you for the help.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to increase the video size in Videos Pahe’ is closed to new replies.