v-img
v-img copied to clipboard
LO, I've found that no event is fired when clicking on a thumbnail to navigate ! this.fireChangeEvent(); missing in the select function ? Vincent.
Hi @ all i will use this plugin like this, but it's not working: ```html ``` If i put the thumbnail picture inside a wrapper (A tag). Then google can...
Hi, can you fix this? ` [...document.querySelectorAll('img[data-vue-img-group="${el.dataset.vueImgGroup}"]')]` In this place an invalid transformation NodeList to array. Babel transpile this code using `Array.from` that is unavailable in IE. Maybe try something...
This is the clean & zero config plugin so far for an image gallery. Is there any chance for getting the support of Video & Audio tags? Thanks 👍
Right now there is control by arrow keys, left and right in the sequence of images. I'm proposing there also be: - [ ] Swipe left, swipe right. This is...
Hello, Thank you for the great work :) Do you think it's possible to close the lightbox with a click on it when hiding the header-v-img ? I'm on a...
Removing the `img` selector restriction allows to use `v-img` on other elements. As in: ``` ``` This could resolve #27. Not sure if this can have side effects on the...
Suppose I have 3 types of an image - small thumbnail (~200 KB), large thumbnail ( 2 MB) and original picture (12MB). When a user clicks on the small thumbnail,...
Hi, I think it would be cool if we could choose our own custom arrow images for the group next and previous, and possibly even resize the custom arrow images...
Instead of displaying all images and only be able to open a gallery by clicking an image, i would like to be able to open it up by clicking a...