Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi yes you can change the size of the thumbnail.

    Please edit the following file “wp-video-lightbox.css” file (it’s in the root directory of video lightbox plugin)

    Regards

    Thread Starter nesianstyle

    (@nesianstyle)

    I did say that I had already doubled the size that was in the wp-video-lightbox.css file and it had no effect.

    Thanks.

    Plugin Support mbrsolution

    (@mbrsolution)

    Do you know if you have a plugin that might be overriding your settings? Or maybe your theme? Can you share your URL?

    I had the same issue and found out that there is a mistake in the thumbnail class name in wp-video-lightbox.css.

    video_lightbox_auto_anchor_image should be video_lightbox_anchor_image

    That should fix the issue.

    Plugin Support mbrsolution

    (@mbrsolution)

    @ratacross thank you for reporting the issue. The plugin developers will investigate further your finding.

    Thank you

    Plugin Author wptipsntricks

    (@wptipsntricks)

    @ratacross, There are actually two different classes in our plugin.

    1) “video_lightbox_auto_anchor_image”: we use this class to define CSS for our automatic thumbnail feature. This is necessary because the thumbnail is rendered directly from the video hosting site (YouTube/vimeo).

    2) “video_lightbox_anchor_image”: We use this class for normal thumbnail images (where auto_thumb is not enabled). We don’t have any CSS defined for it since users can specify the thumbnail image URL in the shortcode. However, the class is there if anyone needs to target it and apply custom CSS.

    The modifications that you have done should work fine for now. But If you plan to use our automatic thumbnail feature in the future, you should probably revert these changes and add CSS for the “video_lightbox_anchor_image” class (A fresh installation of the plugin will also do).

    For example:

    .video_lightbox_anchor_image{
    width: 200px;
    height: 150px;
    }

    Please check the video lightbox documentation page for details:

    https://www.tipsandtricks-hq.com/wordpress-video-lightbox-plugin-display-videos-in-a-fancy-lightbox-overlay-2700

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Thumbnail size’ is closed to new replies.