• Resolved sotnasonun

    (@sotnasonun)


    I’m trying to create a one column video gallery (links from youtube) for a sidebar (My sidebar has around 350 px).
    I can setup the thumbnail resolution (300 x 170 pixels), however on mobile, the thumbnail videos do not resize and stick with the same resolution.
    Can this be changed?

    Also during playback, the close button (at top right) of the lightbox appears exactly below the share option of youtube and its impossible to close

Viewing 1 replies (of 1 total)
  • Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi, @sotnasonun!

    Thank you for posting your question!

    Unfortunately, the thumbnails are not being resized yet, as you noticed. However, this feature is going to be available in the plugin soon.

    In the meantime, please add the following CSS code to Appearance > Customize > Additional CSS:

    @media screen and (max-width: 640px) {
        .bwg_img_clear {
            width: 100% !important; height: auto !important;
        }
        #bwg_album_compact_0, #bwg_album_compact_0 span {
            max-width: 100% !important;
            height: auto !important;
        }
    }

    Make sure to clear the cache of your web browser before you check the changes.
    Thanks! Have a good day!

Viewing 1 replies (of 1 total)
  • The topic ‘thumbnails of videos are not resizable on mobile?’ is closed to new replies.