• sphagnum

    (@sphagnum)


    I use the Lightbox plugin which utilizes javascript to pop up a fullsized picture from a thumbnail. The issue is that if you are viewing my main page and you click on a thumbnail, if there is a video on the page (I use YouTube video embeded), the video will appear in front of the picture instead of staying in the background. Take a look for yourself…

    Visit my website here, it’s a personal/family website:
    VDVFamily.com
    F
    Find a thumbnail to click on while keeping a video in view.

    The only solution that comes into my mind is create a div element and hiding the video (display: none;) from view using javascript until you click on a link allowing the element, and thus the video, to appear… It just seems kinda a screwy way to do it.

    Is there a simpler solution to this problem?

  • The topic ‘Video in front of pop-up pictures’ is closed to new replies.