Ticket #24896: 24896.2.diff
File 24896.2.diff, 823 bytes (added by , 11 years ago) |
---|
-
wp-includes/js/mediaelement/wp-mediaelement.css
8 8 9 9 .mejs-controls .mejs-time-rail .mejs-time-current { 10 10 background: #d54e21; 11 } 12 No newline at end of file 11 } 12 13 .me-cannotplay { 14 width: auto !important; 15 } -
wp-includes/media.php
910 910 'loop' => $loop, 911 911 'autoplay' => $autoplay, 912 912 'preload' => $preload, 913 'style' => 'width: 100%', 913 914 ); 914 915 915 916 // These ones should just be omitted altogether if they are blank