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

git-svn-id: https://develop.svn.wordpress.org/trunk@24292 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2013-05-19 00:49:58 +00:00
parent ea91e4bcab
commit e6ba0525cc
1 changed files with 1 additions and 0 deletions

View File

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