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 -

ruby on rails - one-to-many through referance table -

python - Pygame screen.blit not working -