Quote:
Originally Posted by odedta
Hey people, haven't been here in a long time now, i'm glad to see this forum is still active and some of the oldies are still around.
I was out of the ePub scene for a very long time and now I need to make a book and I kind of forgot what's possible or not. Basically, I want to make an image spread on "two pages" (because it's a wide image) on a reflowable epub.
I remember there are no "real" pages in an epub, but still, is it possible to force the device to change orientation for that image to show full screen? or a javascript that will open the image on full screen on tap? what would be a good way to tackle this issue?

|
If you have an image whose width is bigger that its height, with an image processor, rotate the image 90 degree to the left and insert that image (rotated) in your epub
EDIT: Of course, you could try/play with the property "transform: rotate (-90deg);" (or "-webkit-transform: rotate (-90deg);") but in ADE won't work.