Comments hendryman started the conversationAugust 21, 2020 at 2:20pmWhen playing a Vimeo video inside a lightbox, I'd like the video to automatically scale to the maximum size within the current window. How can I achieve this?[deleted] repliedAugust 24, 2020 at 7:55amHi hendryman,You can achieve this by adding this custom CSS: .lg-outer .lg-video-cont { min-width: 100%; } The result will be:https://d.pr/v/7dpjjChendryman repliedSeptember 10, 2020 at 9:07amWorks. Thanks! Sign in to reply ...
When playing a Vimeo video inside a lightbox, I'd like the video to automatically scale to the maximum size within the current window. How can I achieve this?
Hi hendryman,
You can achieve this by adding this custom CSS:
The result will be:https://d.pr/v/7dpjjC
Works. Thanks!