我的fancybox 2.0在这里工作: http://discovermonroeville.com/photo-gallery
我唯一的问题-我无法找到答案的文件是如何得到图库图片流向由左到右,而不是从上到下?
编码:
<script type="text/javascript">
$(document).ready(function() {
$('.photo-gallery').fancybox();
});
</script>
我的fancybox 2.0在这里工作: http://discovermonroeville.com/photo-gallery
我唯一的问题-我无法找到答案的文件是如何得到图库图片流向由左到右,而不是从上到下?
编码:
<script type="text/javascript">
$(document).ready(function() {
$('.photo-gallery').fancybox();
});
</script>
frmz,我调查你的代码,发现在你的fancybox JS文件下面的选项丢失:
direction : { next : 'left', prev : 'right' }
再次下载的fancybox js文件。