I'm trying to make a video gallery using blueimp. https://github.com/blueimp Unfortunately I'm not that skilled in MySQL and I'm wondering how I can get the return of a query with youtube URLs into a JavaScript array. Example:
blueimp.Gallery([ { title: 'Sintel', href: 'https://archive.org/download/Sintel/sintel-2048-surround_512kb.mp4', type: 'video/mp4', poster: 'https://i.stack.imgur.com/W8qdL.jpg' }, ...
Thanks already, hope you can help.