Posts by Mathias • 41 points
1 post
-
4
votes8
answers309745
viewsA: Reduce image size and maintain CSS aspect ratio
I usually just set width in css. .container img { max-width:300px; width: auto; } http://jsfiddle.net/fxuvnfah/…
1 post
4
votes8
answers309745
viewsI usually just set width in css. .container img { max-width:300px; width: auto; } http://jsfiddle.net/fxuvnfah/…