I playing with FancyBox and stumbling about the following issue:
I try to open a Website inside a iFrame by using this code
<a class="various" data-fancybox-type="iframe" href="http://www.golem.de">Iframe</a>
which works fine, but if I want to use a image instead the "Iframe" text it just open a white box:
<a class="various" data-fancybox-type="iframe" href="http://www.golem.de"><img scr="img/1.jpg"></a>
Any advise?