themeskult / wp-svbtle

Wordpress Admin & Theme inspired by Svbtle
http://wp-svbtle.com
1.45k stars 220 forks source link

Don't skew images with embedded sizes in posts #137

Closed eins78 closed 11 years ago

eins78 commented 11 years ago

Images like this

<img width="1200" height="720" alt="bar" src="http://foo>

get skewed (not proportionally scaled), except in the responsive layout.

This is fixed with:

article img{height:100%; width:100%}