javascript - jQuery booklet - How to set width to page width -


i trying set jquery booklet plugin's width 100%, get:

width problem

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

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -