Opened 4 years ago
Last modified 8 months ago
#47597 closed defect (bug)
Feature request to Video Block. Allow to specify alternative video formats when uploading media elements. — at Version 1
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.2.2 |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
Hi,
I have a feature to suggest to the video block: to add alternate video formats.
As it is with shortcodes: [video webm="video.webm" mp4="video.mp4"]
or some themes or html5:
<video controls> <source src="movie.webm" type="video/webm"> <source src="movie.mp4" type="video/mp4"> </video>
Something like this:
<!-- wp:video {"id":0001} --> <figure class="wp-block-video"><video controls src="video.webm" src="video.mp4"></video></figure> <!-- /wp:video -->
Thanks for your work!
Change History (1)
Note: See
TracTickets for help on using
tickets.