I'm using Ink for a responsive Email layout and would like to ask, how I can make an image responsive, like it fills out the container responsively. I tried <img width="100%">
on the image tag (since CSS' width wouldn't be supportet by some clients) but it didn't work.
Any advice appreciated.
I just noticed that no additional tags or width specifications are needed on the images. I tested the Emails on Litmus and the pictures are completely responsive. They aren't in the browser, which is why I thought there is a width needed, but it isn't! This framework is really awesome!