RobinCK / vue-gallery

:camera: Responsive and customizable image and video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers. 🇺🇦
https://robinck.github.io/vue-gallery/
MIT License
470 stars 85 forks source link

Missing vimeo import #54

Open eybarta opened 6 years ago

eybarta commented 6 years ago

Hi, thanks for your work!

I was trying to implement your gallery using vimeo videos and was getting slide-error. I think the problem is, you're not importing 'blueimp-gallery/js/blueimp-gallery-vimeo.js' inside of gallery.vue component

Pretty sure just adding this line: import 'blueimp-gallery/js/blueimp-gallery-vimeo.js';

will fix the issue.. do u need me to PR this? or look into it..

thx again!