Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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:
.lg-outer .lg-video-cont { min-width: 100%; }The result will be:https://d.pr/v/7dpjjC
Works. Thanks!