Hi I'm trying to create a Responsive Email Template.
I can't make the background images responsive.
Here is a sample of the images code:
a#learn-more { background-size: 100%; display: block; background: url('http://tophitechgadgets.com/wp-content/uploads/2013/11/learn-more.png')no-repeat; height: 68px; width: 600px; margin: 0 auto; }
Basically We have the following images that I am having a hard time making fluid (responsive) -logo (a#learn-more) -banner image (.banner-img) -learn more button (a#learn-more) -image1 and image2
I have my demo here: http://jsfiddle.net/nLxjU/3/
Hope you can edit the code to see what my issue why I cant make them responsive.
I'm really stuck here.
width: 600px; height: 253px; background: url('http://tophitechgadgets.com/wp-content/uploads/2013/11/img-banner.png')? - if you need it to be responsive, remove the height and width and have the server serve a smaller image for smaller devices