[wp-trac] [WordPress Trac] #26584: Theme screenshot thumbnails rendered crisp in theme browser
WordPress Trac
noreply at wordpress.org
Thu Dec 12 21:40:12 UTC 2013
#26584: Theme screenshot thumbnails rendered crisp in theme browser
--------------------------+-----------------------------
Reporter: ericlewis | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version: trunk
Severity: normal | Keywords:
--------------------------+-----------------------------
The anti-aliasing on these looks off, at least in Chrome 31.
The -webkit-transform property seems to be the culprit here in wp-
admin.css...
{{{
.theme-browser .theme .theme-screenshot img {
height: auto;
position: absolute;
left: 0;
top: 0;
width: 100%;
-webkit-transform: translateZ( 0 ); /* Prevents rendering bugs in
Chrome */
-webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
}}}
but given the comment there seems to be something else afoot.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26584>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list