ashleydw / lightbox

A lightbox gallery plugin for Bootstrap
http://ashleydw.github.io/lightbox
MIT License
1.85k stars 1.3k forks source link

Iframe not usable in lightbox galleries #281

Open Peixinho opened 6 years ago

Peixinho commented 6 years ago

When using iframe in gallery, mixed or not with images, its content is only usable when its position is odd, like when is displayed in first slide, or third and so on. Its easy to reproduce if we use index.html on examples and duplicate the bootstrap docs link:

<p class="col-sm-3"><a href="http://getbootstrap.com" data-title="Bootstrap" data-width="1200" data-toggle="lightbox" data-gallery="remoteload">Bootstrap Docs</a></p>
<p class="col-sm-3"><a href="http://getbootstrap.com" data-title="Bootstrap" data-width="1200" data-toggle="lightbox" data-gallery="remoteload">Bootstrap Docs</a></p>

Verified on both Firefox and Chrome.