[wp-trac] [WordPress Trac] #21390: Upload/Insert media revamp

WordPress Trac wp-trac at lists.automattic.com
Mon Sep 17 00:22:07 UTC 2012


#21390: Upload/Insert media revamp
----------------------------+--------------------------
 Reporter:  nacin           |       Owner:  koopersmith
     Type:  task (blessed)  |      Status:  accepted
 Priority:  high            |   Milestone:  3.5
Component:  Media           |     Version:  trunk
 Severity:  normal          |  Resolution:
 Keywords:                  |
----------------------------+--------------------------

Comment (by scribu):

 The `media-views.css` file is enqueued in the post editing screen (does it
 need to be?) and in it there's this code:

 {{{
 .attachment-thumbnail {
     bottom: 0;
     left: 0;
     overflow: hidden;
     position: absolute;
     right: 0;
     top: 0;
 }
 }}}

 The `attachment-thumbnail` class is added to any call to
 wp_get_attachment_image(), so that CSS affects plugins that do things with
 attachments.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/21390#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list