Make WordPress Core


Ignore:
Timestamp:
02/20/2017 01:00:19 PM (9 years ago)
Author:
SergeyBiryukov
Message:

About page: Remove autoplay and loop attributes on "Theme Starter Content", "Edit Shortcuts", and "Video Headers" videos, originally added as a part of [39512].

For UX and accessibility reasons, it's better to always avoid playing videos automatically.

Props bor0.
Fixes #39560.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r39522 r40089  
    7979                                        'mp4'      => 'https://s.w.org/images/core/4.7/starter-content-v1.mp4',
    8080                                        'poster'   => 'https://s.w.org/images/core/4.7/starter-content.jpg?v2',
    81                                         'loop'     => true,
    82                                         'autoplay' => true,
    8381                                        'width'    => 1140,
    8482                                        'height'   => 624,
     
    9694                                        'mp4'      => 'https://s.w.org/images/core/4.7/edit-shortcuts-v1.mp4',
    9795                                        'poster'   => 'https://s.w.org/images/core/4.7/edit-shortcuts.jpg?v2',
    98                                         'loop'     => true,
    99                                         'autoplay' => true,
    10096                                        'width'    => 2520,
    10197                                        'height'   => 1454,
     
    111107                                        'mp4'      => 'https://s.w.org/images/core/4.7/header-video-v1.mp4',
    112108                                        'poster'   => 'https://s.w.org/images/core/4.7/header-video.jpg?v2',
    113                                         'loop'     => true,
    114                                         'autoplay' => true,
    115109                                        'width'    => 2520,
    116110                                        'height'   => 1454,
Note: See TracChangeset for help on using the changeset viewer.