CSSCSS3HTMLResponsive Design Dynamically resizing images based on viewport Posted on March 21, 2015 | by admin <style> .img { /* basic responsive img */ max-width: 100%; height: auto; width: auto\9; /* IE8 */ } </style> […]