blasten / turn.js

The page flip effect for HTML5
www.turnjs.com
Other
7.23k stars 2.48k forks source link

Dynamic page resizing #441

Open anandamd opened 10 years ago

anandamd commented 10 years ago

Hi, I am using turn.js to display my photos. I am running into an issue where when I turn a page, in the next set of images if 1 is landscape and the other is portrait, the image is being cut-off. I have looked into using resize but it doesn't work for me. Can some please help?

kmturley commented 10 years ago

could you use css:

.book .page img { max-width: 100%; max-height: 100%; }