Created
December 21, 2016 18:37
-
-
Save NickToye/f4b3600f17aac451d3515600b20e7411 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="c-banner c-banner--video "> | |
<div class="video-container"> | |
<video width="" height="" controls> | |
<source src="http://clips.vorwaerts-gmbh.de/VfE_html5.mp4" type="video/mp4"> | |
<source src="http://clips.vorwaerts-gmbh.de/VfE.webm" type="video/webm"> | |
<source src="http://clips.vorwaerts-gmbh.de/VfE.ogv" type="video/ogg"> | |
<img src="" width="2400" height="" alt="Big Buck Bunny" title="No video playback capabilities, please download"> | |
</video> | |
<a class="c-btn c-btn--play"></a> | |
</div> | |
<div class="c-banner__wrapper"> | |
// Text will not appear here, so you can maybe remove the whole c-banner__wrapper div | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment