• Resolved Ryan

    (@fremzy)


    Hello, is there any way to increase the size of the video thumbnails generated for the suggested videos? I set the video suggestions to 3, but the thumbnails pretty much remained the same size and instead a white border was created around them. Is there any way to change this so the thumbnails occupy the entire space without the white border?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor wpvideogallery

    (@wpvideogallery)

    Kindly try adding the following CSS code under the “Appearance => Customize => Additional CSS” menu from your WordPress Admin Dashboard,

    .aiovg .aiovg-responsive-container img:not(.aiovg-play), 
    .aiovg img.aiovg-responsive-element {
        width: 100% !important;
    }

    Hope this solved your issue!

    In case the issue remains, kindly share with us an example page URL from your website where we can check this issue directly and assist you accordingly.

    Thread Starter Ryan

    (@fremzy)

    Thanks but unfortunately, that didn’t fix it altogether – it only eliminated the white space on top, leaving the bottom white space.

    I’m testing this in a sandbox environment, so it’s not publicly accessible.

    Thread Starter Ryan

    (@fremzy)

    Actually, I just tried the code with another theme and it seems to work perfectly fine. So, maybe it’s just something with the theme I’m using that’s incompatible.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Larger Thumbnails’ is closed to new replies.