builtbywill / booklet

jQuery Plugin - display web content in a flipbook
http://builtbywill.com/booklet
Other
292 stars 109 forks source link

Right page bottom padding issue #43

Open cmcknight opened 10 years ago

cmcknight commented 10 years ago

Greetings,

I'm creating a simple flip book that just inserts a single image (jpeg) on each page. I've set pagePadding to zero, but the right (recto) pages keep adding some sort of padding to the bottom. Is there any way to eliminate this? I've tried Safari, Chrome, and Firefox (all current versions) and get the same behavior, so I'm suspicious that it's a CSS thing although I haven't found it yet. For what it's worth, the images are all the same size and I've set up a separate site.css file that sets the img tag to zero padding, zero margin, max-height 100%, max-width 100% so I would expect the images to auto-scale to the container size.

One other question is how many "pages" can booklet support before it breaks? If there is a limit, are there any known workarounds?

Thanks!

Chuck