Post format image: fix distorted image preview on iPads, see #24046

git-svn-id: http://core.svn.wordpress.org/trunk@24292 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2013-05-19 00:49:58 +00:00
parent dbda48bd2a
commit 2ae4b8e73e

View File

@ -4105,6 +4105,7 @@ body .ui-slider-tooltip {
#image-preview img {
width: auto;
height: auto;
max-height: 300px;
}