Using a standard HTML Video tag with SmartVideo
Sometimes your website, or content management system doesn't allow inserting special HTML tags like our SmartVideo element. No problem, we have you covered.
You can use a standard
Example Snippet showing video element syntax
<video src="video.mp4" width="1280" height="720" class="smartvideo swarm-fluid" controls></video>
What you will notice is that this looks exactly like our example
When using this syntax, the tag supports all of the same options as the original SmartVideo tag. So that means you can set it to autoplay, muted, etc.