javascript - jQuery booklet - How to set width to page width -
i trying set jquery booklet plugin's width 100%, get:
code:
<script type="text/javascript"> $('#booksslider').booklet({ manual: false, overlays: false, keyboard: false, auto: true, shadows: true, height: '100%', width: '100%', pagenumbers: false }); </script>

Comments
Post a Comment