-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
feature requestA feature suggestionA feature suggestion
Description
Currently playback options can be specified on a per-video basis. The code for this at the moment, is specific to shortcodes. The available options, with their current defaults are:
- controls = true
- autoplay = false
- loop = false
- preload = false
- muted = false
I propose providing these controls in the admin settings with these aims:
- The user can specify and modify default playback options universally for all videos.
- Videos can still override these defaults on a per-video basis.
- Use of these defaults is no longer shortcode specific, but applies to blocks also.
This proposal is contingent on how blocks will be implemented, and whether they can dynamically access and optionally override these defaults.
The autoplay/muted options have the caveat that when autoplay is enabled, browsers will tend to force mute the video. Browsers such as Chrome will apparently adapt based on user behaviour, so it's not a definite rule, but it should be expected.
Metadata
Metadata
Assignees
Labels
feature requestA feature suggestionA feature suggestion