vue-simple-lightbox
vue-simple-lightbox copied to clipboard
A Vue.js component for touch-friendly image lightbox for mobile and desktop with simple-lightbox
Just so people know, `/dist/vue-simple-lightbox.js` bundles all of jQuery and Sizzle (88KB). Keep an eye out for your bundle sizes everyone, and use Webpack code splitting to shave the extra...
Some photos have high resolution and are unreadable from viewing it in the lightbox, a zoom functionality would be very helpful
I must be doing something wrong. My code: ```jsx ``` ```javascript const images = [ { src: 'my image url', title: 'my image title' }, // etc ] ```
When trying to use this component with vue 2.5.1 I get the following error: ` You are using the runtime-only build of Vue where the template compiler is not available....
"window is not defined" nuxt.js, ssr
The list of thumbnails is currently generated with the following code: ``` ``` Since the `href` and `src` attributes share the same configuration field, there is no option to use...
How do I use your component with the src below: http://104.131.120.184:3000/image/4330a45f82080d06c3be3e078a38d631 I can't open the lightbox, throws an error.
Hello, I'm using this vue component but I find one problem at change images. In my case I have a child component with a view detail. This view detail has...