Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #859767

    JLACTICS L
    Participant

    Xians-

    My Lightbox Gallery looks fine on a desktop but on mobile the Vimeo controls- specifically Play- are hidden beneath the thumbnails.
    Any help would be greatly appreciated!

    #859769

    JLACTICS L
    Participant
    This reply has been marked as private.
    #860211

    Zeshan
    Member

    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!

    #861193

    JLACTICS L
    Participant

    Thanks! That’s exactly what I needed.

    #861835

    Prasant Rai
    Moderator

    You are most welcome. 🙂