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
471 stars 84 forks source link

Prevent append blueimp style to head #75

Open riso348 opened 5 years ago

riso348 commented 5 years ago

Hi, is it possible to prevent append css file blueimp-gallery/css/blueimp-gallery.min.css into head defined in vue-gallery.js file? I would like to include this file custom. Im using Nuxt / Vue. It is because google page speed has a problem with this when i include it after load.

cizza commented 5 years ago

I have to agree with riso348. I'm struggling with your plugin in my build as well because of the tight coupling of styles. Can't they be completely decoupled? Thank you.