Changes between Initial Version and Version 1 of Ticket #47597
- Timestamp:
- 06/26/2019 06:37:36 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47597
- Property Component Upload → Media
-
Ticket #47597 – Description
initial v1 2 2 3 3 I have a feature to suggest to the video block: to add alternate video formats. 4 As it is with shortcodes: [video webm="video.webm" mp4="video.mp4"]or some themes or html5:5 4 As it is with shortcodes: `[video webm="video.webm" mp4="video.mp4"]` or some themes or html5: 5 {{{ 6 6 <video controls> 7 7 <source src="movie.webm" type="video/webm"> 8 8 <source src="movie.mp4" type="video/mp4"> 9 9 </video> 10 10 }}} 11 11 Something like this: 12 {{{ 12 13 <!-- wp:video {"id":0001} --> 13 14 <figure class="wp-block-video"><video controls src="video.webm" src="video.mp4"></video></figure> 14 15 <!-- /wp:video --> 15 16 Thanks for your work! 16 }}} 17 18 Thanks for your work!
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)