Wistia Videos

Basic example of the plugin displaying Wistia videos.

Brendan - Make It Clap by Wistia, Inc.

Dan Mills - Young and Free by Wistia, Inc.

jQuery(function($){
	$(".rvs-container").rvslider();
});
<div class="rvs-container">
	<div class="rvs-item-container">
		<div class="rvs-item-stage">
			<div class="rvs-item" style="background-image: url(https://embed-ssl.wistia.com/deliveries/2d2c14e15face1e0cc7aac98ebd5b6f040b950b5.jpg?image_crop_resized=800x480)">
				<p class="rvs-item-text">Brendan - Make It Clap <small>by Wistia, Inc.</small></p>
				<a href="https://home.wistia.com/medias/e4a27b971d" class="rvs-play-video"></a>
			</div>
			<div class="rvs-item" style="background-image: url(https://embed-ssl.wistia.com/deliveries/963ecb7ea4e5483d1568d0b526e2cf4cbffa5e5a.jpg?image_crop_resized=800x480)">
				<p class="rvs-item-text">Dan Mills - Young and Free <small>by Wistia, Inc.</small></p>
				<a href="https://fast.wistia.net/embed/iframe/g5pnf59ala" class="rvs-play-video"></a>
			</div>
		</div>
	</div>
	<div class="rvs-nav-container">
		<a class="rvs-nav-prev"></a>
		<div class="rvs-nav-stage">
			<a class="rvs-nav-item">
				<span class="rvs-nav-item-thumb" style="background-image: url(https://embed-ssl.wistia.com/deliveries/2d2c14e15face1e0cc7aac98ebd5b6f040b950b5.jpg?image_crop_resized=100x60)"></span>
				<h4 class="rvs-nav-item-title">Brendan - Make It Clap</h4>
				<small class="rvs-nav-item-credits">by Wistia, Inc.</small>
			</a>
			<a class="rvs-nav-item">
				<span class="rvs-nav-item-thumb" style="background-image: url(https://embed-ssl.wistia.com/deliveries/963ecb7ea4e5483d1568d0b526e2cf4cbffa5e5a.jpg?image_crop_resized=100x60)"></span>
				<h4 class="rvs-nav-item-title">Dan Mills - Young and Free</h4>
				<small class="rvs-nav-item-credits">by Wistia, Inc.</small>
			</a>
		</div>
		<a class="rvs-nav-next"></a>
	</div>
</div>

Generator

To help you get started quickly we have created a generator that when supplied a supported video url will generate the necessary HTML, CSS and JavaScript to insert into your page. The generator also lets you create a custom theme and highlight for your slider allowing you to fit it to your sites theme.