jquery booklet lib允许使用翻页效果创建HTML5翻页
documentation中的所有直接选项似乎都不允许显示封面图片。它有一个closedFrontTitle
选项。
知道如何设置封面图片吗?
答案 0 :(得分:0)
管理这样做。 事实证明"关闭:假"显示封面(如果它本来是好的话会很好:真的',但无论如何......
以下是代码段:
$(function() {
$('#mybook').show();
$('#mybook').booklet({pageNumbers:false, arrows: true, hoverWidth: 120, closed: false, startingPage: 7, direction: "LTR", height: 675, width: 860});
});