问题
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