How to dynamically resize an image using CSS
<style> img.g-resize { width: 100%; height: auto; } </style>
Where g-resize is the class assigned to the img you want to have dynamically resized.
Thanks to http://michelf.com/weblog/2005/liquid-image/
<style> img.g-resize { width: 100%; height: auto; } </style>
Where g-resize is the class assigned to the img you want to have dynamically resized.
Thanks to http://michelf.com/weblog/2005/liquid-image/
Custom theme by me. Based on Panorama by Themocracy