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:
parent
ea91e4bcab
commit
e6ba0525cc
|
@ -4105,6 +4105,7 @@ body .ui-slider-tooltip {
|
|||
|
||||
#image-preview img {
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue