From e8f182885aa4e2ed9e1d4755d7e94e77bfa26168 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sat, 13 Aug 2016 19:27:22 +0000 Subject: [PATCH] About Page: Enhance responsive images. * Add `srcset` and `sizes` to the mobile image for streamlined updates. * Modify the order of image candidate strings in each `srcset` to address a bug in iOS8 where the first candidate will always be selected when using `w` descriptors, see #35030. Props joemcgill. Fixes #37246. git-svn-id: https://develop.svn.wordpress.org/trunk@38257 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 6ab38db27d..f1702f4cd0 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -76,7 +76,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); echo wp_video_shortcode( array( 'mp4' => 'https://cldup.com/5ho0rKdXXe.mp4', 'webm' => 'https://cldup.com/VdSgwAtHNX.webm', - 'poster' => 'https://cldup.com/c0kfjoVcFo.png', + 'poster' => 'https://cldup.com/gqVj6h0cdN.png', 'loop' => true, 'autoplay' => true, 'width' => 1050, @@ -85,7 +85,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); ) ); remove_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' ); } else { - echo ''; + echo ''; } ?> @@ -95,7 +95,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

- +

@@ -103,7 +103,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

- +

- +