Top
Home


source
webm Alternative
Height
Width
Poster
Auto Play?
Muted?
Loop?
Controls?
Div Class
Div Style

Amp Video Wizard
<div style="{{ Style }}" class="{{ Class }}">
<amp-video width={{ Width }}
height={{ Height }}
src="{{ Source }}"
poster="{{ Poster }}"
layout="responsive"
autoplay
muted
loop
controls
>
<div fallback style="{{ Style }}" class="{{ Class }}">
<p>Your browser doesn't support HTML5 video.</p>
</div>
<source type="video/webm" src="{{ Sourcew }}">
</amp-video>