Will something like this work?

@media only screen and (min-width: 769px) {

img {
   display:none;
}

}

you can add specificity if there is one image you want to block.


--------------------------------------------

 
 Good morning all,
 
 I  am writing a  HTML responsive email template.
 
 I will need to hide an image when users view the email on a
 desktop, but still show the image on a tablet and mobile
 phones.  My current template shows the images correctly
 in mobile and tablet, but displays the image on a desktop
 which is undesirable.  Oh...and I would like this to
 work in GMAIL as well.
 
 Any advice?
 
 -Fred Hahnel
 
 
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to