- This topic has 1 reply, 2 voices, and was last updated 12 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox Ultimate – Blue overlay on top of lightbox window for HTML5 video
Tagged: lightbox ultimate html5 video
Hi,
I use de lightbox ultimate player on my wordpress site
page: http://www.b-wave.nl/portfolio_pon/?page_id=654
I would like to use the html5 player so the videos will play on iphone and ipad as well but I get a blue overlay on top of my player?
please advice.
kind regards,
EJ Bruggink
Hi, I think your theme is applying inline CSS to overwrite our overlay window CSS. There is a white background on top of the lightbox window. It’s coming from –
<div id="exposeMask" style="position: absolute; top: 0px; left: 0px; width: 1663px; height: 948px; display: none; opacity: 0.8; z-index: 9998; background-color: rgb(119, 136, 153);"></div>
The properties are defined in –
element.style {
background-color: #778899;
display: none;
height: 948px;
left: 0;
opacity: 0.8;
position: absolute;
top: 0;
width: 1663px;
z-index: 9998;
}
Have you tried any other Lightbox Ultimate shortcode (e.g. prettyPhoto, fancybox, colorbox)? or is it only happening to HTML5 shortcodes?