• AlexJTanner

    (@alexjtanner)


    So I have both the jQuery Lightbox For Native Galleries and Stream Video Player plugins installed because I do both a video blog and take a lot of pictures. The issue is that when people click the images for the bigger size the videos dont hide in the background they end up overlapping over the pictures.

    Example: http://slightlyunstable.org/pillow-fight

    How can I fix this?

Viewing 1 replies (of 1 total)
  • You need to have the flash code of your videos set for transparency:

    Editing HTML code manually
    To edit an existing HTML page, add the WMODE parameters to the HTML code.

    1.Add the following parameter to the OBJECT tag:

    <param name=”wmode” value=”transparent”> 2.Add the following parameter to the EMBED tag:
    wmode=”transparent”

Viewing 1 replies (of 1 total)
  • The topic ‘jQuery Lightbox For Native Galleries not liking Stream Video Player’ is closed to new replies.