Quote:
Originally Posted by mrmikel
It looks like the preview window will do what I need. Would it be possible to constrain the images in the preview window to the size of the window, as an option?.
|
The reason your image is larger than your window in Preview is because you haven't restricted your image using something like <div><img style="max-width=100%" ... /></div>.
But I can appreciate you don't want to do that for every image, especially inline.
I can understand not wanting to click on the image to display it in a tab, and then use Back to get back to where you are, especially since the tab does not resize the image to fit the window - it keeps its original size.
It should be reasonably straightforward to add the ability to display an image in a window so that the image fits in the window. Possibly using a right-click "View Image" entry or keyboard shortcut in Code View. The window would resize the image just like the Insert Media File dialog does.
Alternatively, the Image tab could resize the image to fit the window. Though this means you won't be able to view the image actual size.