Changeset 27659
- Timestamp:
- 03/23/2014 03:35:50 AM (11 years ago)
- Location:
- trunk/src/wp-includes/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-editor.js
r27640 r27659 190 190 191 191 if ( 'video' === type ) { 192 if ( attachment.image ) { 193 shortcode.poster = attachment.image.src; 194 } 195 192 196 if ( attachment.width ) { 193 197 shortcode.width = attachment.width; -
trunk/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css
r27655 r27659 296 296 } 297 297 298 .wpview-type-video .track-details, 298 299 .wpview-type-audio .track-details { 299 300 position: absolute;
Note: See TracChangeset
for help on using the changeset viewer.