Responsive email template works in browser, but fails in all email clients -
i created responsive email template. used tables , tried keep simple email. did use css in head instead of inline, use mailchimp should place css inline me. when view email in chrome (by opening html file browser) works perfectly, resizes , media queries followed. when email or view in ie or firefox, however, there absolutely no change, no matter screen size or email client. i'm stuck , haven't been able figure out i'm doing wrong. appreciated. here link html file, in advance!
i took @ sample email. have max-width of 100% set globally on images in css, need set actual width of image 100%, image scale.
here's how implement on header image:
<img mc:edit="header_image" mc:label="header_image" src="http://www.dealermarketing.com/newsletter/dmmtips/dmm-tips-header-4.jpg" style="width:100%;" width="100%"> you have add style="width:100%;" width="100%" images want flexible in responsive template.
Comments
Post a Comment