How do I control the direction of flow for Fancybox Galleries?

牧云@^-^@ 提交于 2019-12-24 12:23:21

问题


I have Fancybox 2.0 working here: http://discovermonroeville.com/photo-gallery

My only question - which I was unable to find an answer to in the documentation is how do I get the gallery images to flow from left to right instead of top to bottom?

The code:

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

回答1:


frmz, i investigate you code and found that in you fancybox js file below option is missing:

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

Download the fancybox js file once again.



来源:https://stackoverflow.com/questions/12356729/how-do-i-control-the-direction-of-flow-for-fancybox-galleries

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!