[wp-trac] [WordPress Trac] #47597: Feature request to Video Block. Allow to specify alternative video formats when uploading media elements.
WordPress Trac
noreply at wordpress.org
Mon Jun 24 09:56:40 UTC 2019
#47597: Feature request to Video Block. Allow to specify alternative video formats
when uploading media elements.
-----------------------------+-----------------------------
Reporter: cflornet | Owner: (none)
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Upload | Version: 5.2.2
Severity: normal | Keywords:
Focuses: |
-----------------------------+-----------------------------
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!
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47597>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list