I had a bunch of lightboxes with an iframe inside in 0.9.2 and now (with 0.10.0) they do not show the iframe anymore. Instead they show the first image that is used to trigger the lightbox that is supposed to not be included on the lightbox because it has class "no-lightbox".
The desired behaviour (That works well in 0.9.2) is to have an image on the article that when clicked it will open a lightbox with an iframe poiting to anothe page that renders a slideshow.
You can see the production site that is working fine with 0.9.2 (except in FF of course) at http://jaarverslag.zeeuwsmuseum.nl/
If you browse through the articles you will see some images with a "Slideshow" button that opens the lightbox with the iframe. Now, with 0.10.0 it just shows the same image with the same slideshow button inside the lightbox.
What were the changes to the lightbod rendering? Is there any documentation on that?