You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, given any ebook reader, usually they have some non-square resolution to their display.
Lets call it 1920x1080 for the sake of argument.
Supposing I wish to include an image with the same 16:9 aspect ratio onto its own page
in an ebook, it would obviously be better to keep this image aligned with the same orientation
as the display, regardless of what settings one may use on their ebook reader. (for instance,
I keep mine in landscape mode as its a bit easier on my eyes and reading style).
Is this possible in ebooks in general, and can one set this up using tex4ebook somehow?
The text was updated successfully, but these errors were encountered:
If your Epub reader supports CSS, you can set all images to have a max-width same as is the width of the reader. In this way, images will be not cropped. Images smaller than the display are displayed in their full size. This can be done using this configuration:
So, given any ebook reader, usually they have some non-square resolution to their display.
Lets call it 1920x1080 for the sake of argument.
Supposing I wish to include an image with the same 16:9 aspect ratio onto its own page
in an ebook, it would obviously be better to keep this image aligned with the same orientation
as the display, regardless of what settings one may use on their ebook reader. (for instance,
I keep mine in landscape mode as its a bit easier on my eyes and reading style).
Is this possible in ebooks in general, and can one set this up using tex4ebook somehow?
The text was updated successfully, but these errors were encountered: