_s: Make sure images with height attributes in comments are scaled

correctly.
This commit is contained in:
obenland 2013-01-21 15:18:26 -08:00
parent 84cc7f78cc
commit 3e717fa9c2
1 changed files with 1 additions and 0 deletions

View File

@ -452,6 +452,7 @@ a:active {
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */