So I found this neat js for my site to make the video system much more streamlined. I was wondering if anyone knew how to change the carousel.js in the code, so that instead of circling around a few thumbnails, instead there would be a grid system of thumbnails underneath. Even if that's too much for you, pointing me in the right direction would be great. I'm kind of new with the whole overlay videos type deal. Thanks!
<div id="player"></div>
<script src="http://luwes.co/vimeowrap.js/1.2/vimeowrap.js"></script>
<script src="http://luwes.co/vimeowrap.js/1.1/vimeowrap.carousel.js"></script>
<script>
vimeowrap('player').setup({
urls: [
'https://vimeo.com/user3709818'
],
plugins: {
'carousel': {}
}
});
</script>