itisme1760
New Member
i have an image header for a HTML-mailer with the width of 600px and height of 75px. is there a way to reduce the size of the image when the mail is read on a smart phone? Can i use in line css \[code\]max-width:600px; width:100%;\[/code\] so that the maximum width stays at 600px and then when viewed on a smart phone with smaller screen size it shrinks to the phone display size? or will it create any problems?