Pictures not resizing

Options
We use email templates for our newletter and I'm wondering what the best way to format a picture is so that it will be mobile friendly. The newsletter, or donor page, is mobile friendly but the pictures do not resize. I do have much experience working with HTML so please make it clear.  wink Can anyone help me?


Thank you,

Candy
Tagged:

Comments

  • Candy Reichert:

    We use email templates for our newletter and I'm wondering what the best way to format a picture is so that it will be mobile friendly. The newsletter, or donor page, is mobile friendly but the pictures do not resize. I do have much experience working with HTML so please make it clear.  wink Can anyone help me?


    Thank you,

    Candy

    Hi Candy,


    For webpages:

    Something like this has fixed width and height so it won't be responsive <img src="SomeURL" width="500" height="200" />

    ​This would end up being responsive <img src="SomeURL" style="max-width:100%; height:auto;" />


    Emails:

    ​Mileage will vary with emails, have you tried the built in responsive templates in NetCommunity? If you size the image to same that the template is using then this will likely be your best option.


    ​Kerry



     

Categories