Open jasonwilliamsau opened 3 years ago
Create section > Advanced > Video background URL: Point to video file in Media library
I vote for that feature too.
If you need a right now solution you can use the video html tag in a code block, after you have uploaded your video in WP library and copied its link. Then you need to paste it in the src attribute of video tag.
E.g.:
<video src="https://mysitedomain.com/wp-content/uploads/2022/12/myvideo.mp4" autoplay="" controls="" muted="muted" controlslist="nodownload"></video>
You may also need to use the following css to be responsive: video { width: 100% !important; height: auto !important; }
^ Thanks for providing the workaround!
But as it is a workaround, some native handy Wordpress features won't work, like:
This we definitely need, didn't realize this was unavailable as I didn't test the video element until after purchase. Thankfully I can do the HTML code but it would be super nice if there was a UI element with additional things like controlling whether controls are hidden, whether autoplay can be enabled etc.
Would also be nice to have a dynamic field to operate. I use a post grid with featured images, but I can not use videos to showcase the posts. I tried many alternatives, but none of them work. ACF does not have a video field, so I'm clueless.
Voting for this feature.
Please make it happen.
This we definitely need, didn't realize this was unavailable as I didn't test the video element until after purchase. Thankfully I can do the HTML code but it would be super nice if there was a UI element with additional things like controlling whether controls are hidden, whether autoplay can be enabled etc.
This would be very handy, adding my vote!
Describe the feature you'd like to see included in Oxygen. Currently not able to insert a video from the WP Media Library
What are the use cases for this feature? Embed video from media library
Examples of this feature or functionality.