Skip to content

Commit

Permalink
Remove auto width for full-size images
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeshev committed Dec 8, 2012
1 parent 0f28686 commit 27c2064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -460,7 +460,7 @@ img[class*="wp-image-"] {
.entry-content img,
img.size-full {
max-width: 100%;
width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
/*width: auto; */ /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
Expand Down

0 comments on commit 27c2064

Please sign in to comment.