Swipebox iframe到全屏

时间:2016-08-11 12:49:02

标签: jquery lightbox

您好我在iframe中安装了一个基本的swipebox灯。 当我点击放大在iframe内而不是在主框架中完成时。

我该如何设置呢?

我在这里搜索过,但模板不同。

这里是iframe链接:http://www.gattoragdoll.it/prova2/home/mamme-e-papa/papa.php 这里是主框架:http://www.gattoragdoll.it/prova2/home/mamme-e-papa/

这是我安装的代码

<script type="text/javascript" src="js/swipebox-master/lib/ios-orientationchange-fix.js"></script>
<script type="text/javascript" src="js/swipebox-master/lib/jquery-2.1.0.min.js"></script>
<script type="text/javascript" src="js/swipebox-master/src/js/jquery.swipebox.js"></script> <script type="text/javascript"> ;( function( $ ) {
$( '.gallery' ).swipebox(); 
} )( jQuery );
</script>

0 个答案:

没有答案
相关问题