Make WordPress Core

Changeset 40090 for branches/4.7


Ignore:
Timestamp:
02/20/2017 01:08:20 PM (8 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.
Merges [40089] to the 4.7 branch.
Fixes #39560.

Location:
branches/4.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.7

  • branches/4.7/src/wp-admin/about.php

    r39995 r40090  
    9090                    'mp4'      => 'https://s.w.org/images/core/4.7/starter-content-v1.mp4',
    9191                    'poster'   => 'https://s.w.org/images/core/4.7/starter-content.jpg?v2',
    92                     'loop'     => true,
    93                     'autoplay' => true,
    9492                    'width'    => 1140,
    9593                    'height'   => 624,
     
    107105                    'mp4'      => 'https://s.w.org/images/core/4.7/edit-shortcuts-v1.mp4',
    108106                    'poster'   => 'https://s.w.org/images/core/4.7/edit-shortcuts.jpg?v2',
    109                     'loop'     => true,
    110                     'autoplay' => true,
    111107                    'width'    => 2520,
    112108                    'height'   => 1454,
     
    122118                    'mp4'      => 'https://s.w.org/images/core/4.7/header-video-v1.mp4',
    123119                    'poster'   => 'https://s.w.org/images/core/4.7/header-video.jpg?v2',
    124                     'loop'     => true,
    125                     'autoplay' => true,
    126120                    'width'    => 2520,
    127121                    'height'   => 1454,
Note: See TracChangeset for help on using the changeset viewer.