Trying to manually embed HTML5 video in WP
-
At the moment, I’m trying to work out how to embed a video that streams immediately when you open a page. This is the code I’ve written right now.
<div id="home-page" class="wide-content"> <div class="video-segment content-segment"> <div class="video-container banner-container"> <video autoplay loop poster="" class="horse-banner" width="100%"> <source src="video1.mp4" type="video/mp4"> </video> </div> </div>
Can I do this by writing code manually, or do I need a plugin for streaming videos in WordPress?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Trying to manually embed HTML5 video in WP’ is closed to new replies.