#24765 closed enhancement (fixed)
Allow more attributes to the audio / video shortcode
Reported by: | jancbeck | Owned by: | |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Shortcodes | Keywords: | |
Focuses: | Cc: |
Description
width, height and poster are the only attributes applicable by the video shortcode. Audio supports no additional attributes at all.
The list of specified HTML5 attributes for audio and video can be found here:
http://www.whatwg.org/specs/web-apps/current-work/#audio
http://www.whatwg.org/specs/web-apps/current-work/#video
Imho preload, autoplay, loop, muted and controls are attributes users should be able to set.
Currently both shortcode functions hardcode in controls="controls" preload="none"
with no way to replace them other than regex'ing the output.
The wp_audio_shortcode filter has access to $atts but that's not the original list of attributes specified in the shortcode (look a few lines up where $atts is redefined).
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Related: #25312