Member Avatar for sonicx2218

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>

Recommended Answers

All 3 Replies

BEtter use HTML5 for that. It would be easier for you to manipulate Videos.

Member Avatar for sonicx2218

Ya think so? I had a really hard time finding one in html5, so I eventually resorted to Javascript and scrounged up something atleast. Like I don't want the code to require loading a bunch of other files.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.