Skip to content

Instantly share code, notes, and snippets.

@NickToye
Created December 21, 2016 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NickToye/f4b3600f17aac451d3515600b20e7411 to your computer and use it in GitHub Desktop.
Save NickToye/f4b3600f17aac451d3515600b20e7411 to your computer and use it in GitHub Desktop.
<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