GNOME Bugzilla – Bug 649938
Automatically resize attached images to fit the screen
Last modified: 2012-05-03 16:44:03 UTC
Evolution allows to see attached images in the body of the email, but for large images (e.g. photos that haven't been reduced by the sender), this is mostly useless as the image gets displayed as is, which requires scrolling within the message frame or window. For images that are larger than the current message frame, evolution should resize it automatically so that it can be viewed without scrolling. Clicking on the image would probably need to display the image in full size (the same as e.g. in Firefox). Looking around, it seems like there have been plugins to address this need in the past: http://mail.gnome.org/archives/evolution-patches/2005-June/msg00093.html
assigned to wrong product somehow
somewhere similar to bug 256932
Thanks for a bug report. What's your evolution version, please? The 2.32.x is using a GtkImageView, which should provide such functionality. The 3.0.x doesn't use it, because the gtkImageView isn't ported to gtk3 yet. I believe that this will be fixed as soon as the mailer preview part will use a WebKit, which should cover things like this much easily than with GtkHTML.
I'm indeed using 3.0.x; I've updated the bug description accordingly. Good to know that fixing this is in the works.
Just a thought: I presume that with the switch to webkit, this will be done with some CSS like setting the width to be 100% and height to auto?
Dan may give here more details, but I can confirm that this is fixed with WebKit in 3.5.1. I'm closing this accordingly.