Dynamically resizing images based on viewport
By Tech Writer
•
•
1 min read
<style> .img { /* basic responsive img */ max-width: 100%; height: auto; width: auto\9; /* IE8 */ } </style>