Guest User

Untitled

a guest
Oct 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <table class="emailWidthAuto" width="600" border="0" cellpadding="0" cellspacing="0">
  2. <tr>
  3. <td class="banner" align="center"><img src="http://unsplash.it/g/1200/400?text=BANNER" border="0" alt="Banner" style="display:block; width: 600px" width="600" /></td>
  4. </tr>
  5. </table>
  6.  
  7. @media screen and (max-width: 600px) {
  8. .emailWidthAuto {
  9. width: 100% !important;
  10. height: auto !important;
  11. min-width: 100% !important;
  12. max-width: 100% !important;
  13. }
  14. .banner img {
  15. height: auto !important;
  16. width: 100% !important;
  17. }
  18. }
Add Comment
Please, Sign In to add comment