How to set background videos
The background can also be a video, an amazing Slidea feature. A video background allows you to use any of the settings seen in the Videos article.
You can markup a video background easily:
<!-- Slidea -->
<div class="slidea">
<!-- Slide -->
<div class="slidea-slide">
<!-- Video Background -->
<div class="slidea-video-background">
<!-- Vimeo -->
<iframe class="slidea-video" data-slidea-src="http://player.vimeo.com/video/99876106?title=0&byline=0&portrait=0"
data-slidea-width="1280"
data-slidea-height="720"
data-slidea-pause-slider="true"
data-slidea-autoplay="true"
data-slidea-reset="false"
allowfullscreen>
</iframe>
</div>
</div>
</div>
You can use YouTube, Vimeo and HTML5 as background, easily.
Previous
VideosRead Next
Introduction