I'm making a video gallery with videos from Vimeo. The gallery has thumbnails, and the idea is that when clicked the video will open up in an iframe in a modal window.
I have downloaded the featherlight.js plugin for this, and it's kind of worked but I've got a few problems. Firstly, the video is tiny. And it doesn't look like a Vimeo video, it just looks very strange. I basically just want it to look like the iframe example on the featherlight homepage, can anyone tell me how to do this? Or does anyone know anywhere that has more detailed instructions on how to use this plugin?
jsfiddle: https://jsfiddle.net/ajbates/9dgr4nmc/
<div class="image-container">
<div class="thumb">
<a href="https://player.vimeo.com/video/162985476?autoplay=1&color=ffae00&byline=0&portrait=0" width="900" height="506" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen data-featherlight="iframe">
<img src="img/butlins.png" alt="Bloc Festival">
<div class="photo-overlay">
<h3>Dancing On Carpets</h3>
<p>Documentary Trailer</p>
</div>
</a>
</div>
</div>