Video
Basic HTML5 video embed. More video players can be found at Evolution-Patterns. Remove any =""
code that you find after attributes that do not need it. This is a bug in the Evo code mirror.
video
To embed a basic HTML5 video, create a <video>
tag and add or remove attributes such as controls
, autoplay
, loop
, or muted
. Nest <source>
tags inside, as in the code example above. Customize the source URLs for the poster image, and the video itself.
video background
The Best. Ever.
Variation designed as a looping background video. Try changing width="100%"
to height="100%"
if the video does not fit.