Dynamically resizing images based on viewport
<style>
.img { /* basic responsive img */
max-width: 100%;
height: auto;
width: auto\9; /* IE8 */
}
</style>
http://www.dynamicdrive.com/forums/entry.php?293-3-Ways-to-Resize-S
<style> .img { /* basic responsive img */ max-width: 100%; height: auto; width: auto\9; /* IE8 */ } </style>