[wp-trac] [WordPress Trac] #27774: Customizer: Incorrect image scaling under image picker
WordPress Trac
noreply at wordpress.org
Sat Apr 12 11:45:50 UTC 2014
#27774: Customizer: Incorrect image scaling under image picker
--------------------------+-----------------------------
Reporter: mauryaratan | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: normal | Keywords:
Focuses: ui |
--------------------------+-----------------------------
Currently under Theme Customizer when an image is selected under via image
picker resizes incorrectly.
[[Image(https://i.cloudup.com/91oxLnijtm.jpg, width=356)]]
Apparently adding the following fixes the issue:
{{{#!css
.accordion-section .customize-control-image .preview-thumbnail img {
width: auto;
height: auto;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27774>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list