Last Updated: February 25, 2016
·
446
· gordjw

CSS images that scale down nicely

Use this to get your images to scale down responsively to screen width

<img src="...">

<style>
img { max-width: 100%; }
</style>