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:
Dominik Schilling 2016-08-08 16:01:39 +00:00
parent eb55b21131
commit b12c1a8ad2
1 changed files with 1 additions and 2 deletions

View File

@ -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,