Hi there,
Thanks for writing in!
To avoid that, add following CSS under Custom > CSS in the Customizer:
@media only screen and (max-width: 979px) and (max-height: 320px) {
.ilightbox-container iframe {
max-height: 78%;
}
}
@media only screen and (max-width: 480px) and (min-height: 350px) {
.ilightbox-container iframe {
max-height: 90%;
}
}
Hope this helps. 🙂
Thank you!