0

如何调整turnjs的翻书?,我使用史蒂夫·乔布斯样本。

我试试

$("#flipbook").turn("size", 800, 1000);

CSS:

#flipbook {
width:800px;
height:1000px
}

但不工作

谢谢你的帮助 !

4

1 回答 1

0

像这样编写脚本:

<script type="text/javascript">
$("#flipbook").turn({
    width: 800,
    height: 1000,
    autoCenter: true
});

于 2016-05-28T07:51:36.587 回答