Blue Imp Video Gallery not able to configure-open source projects johnpolacek/Video-Gallery
I wanted to integrate a video gallery for a client using blueimp, but i am not able to get it up and running . I am sharing my http://jsfiddle.net/chetankumard/vEP29/ , please have a look at it and let me know what i’m missing.
$(document).ready(function () {
blueimp.Gallery([
{
title: 'KN1GHT - Last Moon',
href: 'http://i.imgur.com/mdqQTPT.jpg'
},
{
title: 'LES TWINS - An Industry Ahead',
href: 'http://www.youtube.com/watch?v=zv9jHNwaV2E',
type: 'text/html',
youtube: 'zv9jHNwaV2E',
poster: 'http://img.youtube.com/vi/zv9jHNwaV2E/0.jpg'
},
{
title: 'Test',
href: 'http://www.team-bhp.com/forum/attachments/shifting-gears/1033178d1356977973-official-non-auto-image-thread-_mg_0143.jpg'
}
], {
container: '#blueimp-gallery'
});
});
‹ › ×
×
Previous Next