Ticket #21486: remove-auto-width-on-images.diff
File remove-auto-width-on-images.diff, 546 bytes (added by , 12 years ago) |
---|
-
wp-content/themes/twentytwelve/style.css
285 285 img.header-image, 286 286 img.wp-post-image { 287 287 max-width: 100%; 288 width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */289 288 height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */ 290 289 } 291 290