Opened 7 years ago
Closed 4 years ago
#47597 closed defect (bug) (reported-upstream)
Feature request to Video Block. Allow to specify alternative video formats when uploading media elements.
| Reported by: | cflornet | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Editor | Version: | 5.2.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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 (3)
This ticket was mentioned in Slack in #core-media by desrosj. View the logs.
7 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks for the report! The issue is already opened in Gutenberg repository, but it has not been completed.
https://github.com/WordPress/gutenberg/issues/9457
If you would like to follow that or join the discussion, please visit that page.