Changeset 28996
- Timestamp:
- 07/04/2014 04:59:01 AM (11 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/media-views.css
r28995 r28996 754 754 .attachment-preview.type-video .thumbnail { 755 755 z-index: 1; 756 margin: 5%;757 max-width: 9 0%;758 max-height: 9 0%;756 margin: 1%; 757 max-width: 98%; 758 max-height: 98%; 759 759 } 760 760 -
trunk/src/wp-includes/media-template.php
r28995 r28996 404 404 if ( data.thumb && data.thumb.src && data.thumb.src !== data.icon ) { 405 405 #><img src="{{ data.thumb.src }}" class="thumbnail" draggable="false" /><# 406 } else { 407 #><img src="{{ data.icon }}" class="icon" draggable="false" /><# 406 408 } #> 407 <img src="{{ data.icon }}" class="icon" draggable="false" />408 409 <div class="filename"> 409 410 <div>{{ data.filename }}</div>
Note: See TracChangeset
for help on using the changeset viewer.