Add the following to your image's style attribute.
<img style = "width: 100%; height: auto;" src = "some-image-source"> If you want to set a max-width,
<img style = "width: 100%; height: auto; max-width: 200px;" src = "some-image-source"> Cheers! Happy coding!
Top comments (0)