我如何控制流量为的fancybox的画廊的方向?(How do I control the dire

2019-10-17 05:38发布

我的fancybox 2.0在这里工作: http://discovermonroeville.com/photo-gallery

我唯一的问题-我无法找到答案的文件是如何得到图库图片流向由左到右,而不是从上到下?

编码:

<script type="text/javascript">
    $(document).ready(function() {
        $('.photo-gallery').fancybox(); 
        });
</script>

Answer 1:

frmz,我调查你的代码,发现在你的fancybox JS文件下面的选项丢失:

direction : { next : 'left', prev : 'right' }

再次下载的fancybox js文件。



文章来源: How do I control the direction of flow for Fancybox Galleries?