javascript - How to add image slider in email newsletter? -
i have been created email newsletter using mailchimp
now want add image slider responsive design,
but have been searched lot online..
some online docs says can't able add image slider in email newsletter.
for example link told., impossible.
so, may know, exact link, achieve one?
any highly appreciated,
thanks in advance.
unfortunately cannot it. neither css3 sliders nor js sliders work in html email.
no-js in email newsletter. proof?
inside <head>
of email newsletter insert:
<script>alert("js works! ...not");</script>
sent email - , that's proof email clients not support js
gif animated image
you go wit ha .gif animation. not work in outlook 2007 - @ least it'll show first frame.
don't exagerate .gif animations, since more frames use bigger file size.
don't forget you're limited color palette (256) think twice:
you don't want user wait 900kb .gif image.
jpg static image
my suggestion create calling , beautiful slider-alike .jpg image.
link it site present products.
<a href="http://example.com/products"><img src="http://example.com/nl/img/img.jpg"></a>
this appealing image has 45kb. every email client happy serve such image without blacklisting you.
also, see mailchimp click-trough rate. should lead surprising results!
Comments
Post a Comment