Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#33506 closed feature request (fixed)

Native video player: add support for new configuration options

Reported by: leandroprz's profile leandroprz Owned by: drewapicture's profile DrewAPicture
Milestone: 4.4 Priority: normal
Severity: normal Version: 4.3
Component: Media Keywords: has-patch
Focuses: Cc:

Description

Right now there are just a few options to configure the WordPress native video player, like loop, autoplay and CC.

Since it uses mediaelement and that script has tons of configurations to add to the player, it would be nice to have at least some of them available in WP player. For example being able to disable the fullscreen, volume, progress bar, or the duration output. I think those are the most basics.

Attachments (1)

33506.diff (1.1 KB) - added by wonderboymusic 10 years ago.

Download all attachments as: .zip

Change History (3)

#1 @wonderboymusic
10 years ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 4.4
  • Owner set to DrewAPicture
  • Status changed from new to assigned

#2 @wonderboymusic
10 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 34311:

Media: add a filter, 'mejs_settings', to allow devs to pass more config settings to MediaElement.

Fixes #33506.

Note: See TracTickets for help on using tickets.