View Single Post
Old 08-09-2018, 07:30 PM   #2
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,825
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by odedta View Post
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.

Last edited by RbnJrg; 08-09-2018 at 08:35 PM.
RbnJrg is offline   Reply With Quote