ashleydw / lightbox

A lightbox gallery plugin for Bootstrap

Home Page:http://ashleydw.github.io/lightbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iframe not usable in lightbox galleries

Peixinho opened this issue · comments

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.