Video thumbnail javascript overlay?

life76

New Member
I've been searching HIGH and LOW for a javascript code that could create video thumbnails, which upon a click will open a video overlay. The closest to that, that I've found is this\[code\]<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>\[/code\]But it's not quite it, I want a grid structure.If anyone can help me. That'd be amazing. Whether you can modify the carousel.js to do that, or provide me a code you already know offhand, I'd be eternally grateful.Thanks!
 
Back
Top