About Page: Use a better version of the mp4 video.
The previous version had the wrong colors. Also remove ogv from the list, it has the wrong colors too and all current browsers support either the mp4 or webm format. See #37246. git-svn-id: https://develop.svn.wordpress.org/trunk@38215 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
eb55b21131
commit
b12c1a8ad2
|
@ -74,8 +74,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
if ( ! wp_is_mobile() ) {
|
||||
add_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' );
|
||||
echo wp_video_shortcode( array(
|
||||
'mp4' => 'https://cldup.com/NlOEbKLT_6.mp4',
|
||||
'ogv' => 'https://cldup.com/0XzDZMlYwb.ogv',
|
||||
'mp4' => 'https://cldup.com/i-avTa8Hi1.mp4',
|
||||
'webm' => 'https://cldup.com/ngOx9w9VlE.webm',
|
||||
'poster' => 'https://cldup.com/c0kfjoVcFo.png',
|
||||
'loop' => true,
|
||||
|
|
Loading…
Reference in New Issue