View Single Post
Old 05-22-2022, 04:05 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,111
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Images have a physical size: px
But you code (CSS) may specify a percentage (of screen), causing the image to blow up to meet the setting.

Specifying Height & Width (CSS) values in px (instead of % or Auto) exerts tight control
Or Limiting the range with an additional max-height or max-width value

Using a SVG wrapper allows you to maintain Aspect ratio (the basic CSS will allow the image to distort to reach a limit

Time to learn the basics of HTML/CSS (as applies to EPUB). 97% of what you need is basic, it is only when you get tricky that you need Guru level CSS
theducks is offline   Reply With Quote