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