Hello team,
For a page on my website, misfitsunified.com, I wanted to create buttons that activate video lightboxes(https://www.misfitsunified.com/who-we-are/). I followed instructions that I found on the forum and with the css codes I found the videos work great in chrome, but there is an enormous echo in firefox. Could you please help me with this? I used the following css:
body .ilightbox-holder.light {
width: 100%;
background-color: transparent;
box-shadow: none;
}
body .ilightbox-holder div.ilightbox-container {
max-width: 1027px;
max-height: 786px;
margin: 0 auto;
border: solid 10px #fff;
box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
body .ilightbox-holder.ilightbox-next, .ilightbox-holder.ilightbox-prev {
display: none !important;
}
And I used a text element to create the button:
[button class=“videoLightbox” type=“real” shape=“square” size=“mini” href=“https://www.youtube.com/embed/2Cp415MrsLM?rel=0&autoplay=1” title=“MeetSimon”][icon type=“play”]Meet Simon[/button]
[lightbox selector=".videoLightbox"]
I could really use some help with this one! Thank you very much.