View Single Post
Old 10-23-2019, 09:42 AM   #3
Enterio
Member
Enterio began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Oct 2019
Device: Kindle Paperwhite 7th gen
While using the inspector, i found out that the epub had fixed image resolutions assigned to each image.

Code:
<img height="337" width="480" src="../Images/image03297.jpeg" alt="" data-calibre-src="OEBPS/Images/image03297.jpeg">
And the images are contained in a paragraph with margins assigned.
Code:
 <p class="image">
How can I override both the fixed image sizes and my 300px left and right indent, to ignore them both, and make the picture as big as possible (only in flow mode). If not, at least, how can I make calibre ignore all the height and width dimensions assigned to each image? Does the (!important) CSS mark help in any way? I'd like this override be applied to every epub.

Last edited by Enterio; 10-23-2019 at 09:47 AM.
Enterio is offline   Reply With Quote