如何在中心使用自定义的宽度和高度制作FancyBox缩略图?

时间:2019-04-05 07:32:36

标签: jquery html css fancybox fancybox-2

到目前为止,我设法执行此代码,问题是如何使拇指居中并在分页时仅显示4。

$('.fancyfunc').fancybox({

    margin : [44,0,22,0],
    thumbs : {
        autoStart : true,
        axis      : 'x'
    },
    fitToView: false,
    beforeShow: function () {
        // set size for parent container
        this.width = 1005;
        this.height = 615;
    }
})

0 个答案:

没有答案