# HG changeset patch # User Zachary West # Date 1256839844 14400 # Node ID f7650158eeb51d15ad00e616e96d67a950ed7388 # Parent 7a2935ce4146d61afb1e3b3ec9c3cd850d1b4823 Set the max width to 100%, don't scale all images up to 100%. diff -r 7a2935ce4146d61afb1e3b3ec9c3cd850d1b4823 -r f7650158eeb51d15ad00e616e96d67a950ed7388 Plugins/WebKit Message View/Template.html --- a/Plugins/WebKit Message View/Template.html Wed Oct 28 19:22:56 2009 +1100 +++ b/Plugins/WebKit Message View/Template.html Thu Oct 29 14:10:44 2009 -0400 @@ -306,7 +306,7 @@ .actionMessageBody:after { content:"*"; } hr#focus { border: 0; border-bottom: 1px solid red; width: 25%%; margin: 0 auto 0 auto; } * { word-wrap:break-word; } - img.scaledToFitImage { height: auto; width: 100%%; } + img.scaledToFitImage { height: auto; max-width: 100%%; }