How do I control the direction of flow for Fancybo

2019-08-02 06:49发布

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条回答
叛逆
2楼-- · 2019-08-02 07:46

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.

查看更多
登录 后发表回答