Quote:
Originally Posted by eschwartz
I'd suggest resizing it outside Sigil. But you can also use the
height="x" width="y"
attributes for the <img/> tag and let the reader app/device do the resizing.
|
+1
Note that there are two different aspects of "image resizing", One is changing the size of the image file in bytes and in pixels, and the other is altering the displayed size in the ereader.
1. You can't resize the actual image in Sigil. The size in pixels and in bytes can't be changed without using a separate image editor to resample the image files.
2. The height and width attributes don't alter the size of the image itself. Instead they instruct the ereader to display the image at a size different from its native size.
If the reason you need/want to resize the images is to reduce the file size of the ebook then resampling the images in an image editor is what needs to be done.