Quantcast
Channel: Image width is too wide in Outlook - Stack Overflow
Browsing latest articles
Browse All 7 View Live

Answer by Paul for Image width is too wide in Outlook

For setting a max-width on images for Outlook I add a Width="600" attribute to the img tag. Note the lack of px on that size, with px it doesn't work and it must be on the img tag, not any parent...

View Article



Answer by Gortonington for Image width is too wide in Outlook

Regardless of CSS support or HTML attributes, the main factor that is causing the issue in Outlook is the actual size of the image. Outlook usually ignores whatever HTML sizing (width= or height=) or...

View Article

Answer by styler for Image width is too wide in Outlook

Couple of things, I'd refrain from using floats etc in your emailer code and also would remove that wrapper div, with emailers you've really got to go with simple table markup. Also try to avoid things...

View Article

Answer by Blazemonger for Image width is too wide in Outlook

max-width is not a supported CSS style in Outlook 2007. (Neither is float, apparently.) Outlook is notorious for providing very limited CSS support. Your best solution is to specify a smaller width...

View Article

Image width is too wide in Outlook

I am trying to send html emails with images. Images look good in all email clients but in outlook they are too wide. How to fix max-width of image? <table id="cg-cmgxsgg" class="widget widget-image...

View Article


Answer by Tom for Image width is too wide in Outlook

I'm a bit late to the party (got here via Google). What works for me, and what I didn't see in the answers, is conditional comments for Outlook. They work like this:<!--[if mso]><table...

View Article

Answer by David.P for Image width is too wide in Outlook

I am using this with perfect success in Outlook 365 (2022):<img src="https://picsum.photos/1000/1000" width="100%" style="width: 100%;">

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images