vue-image-lightbox
vue-image-lightbox copied to clipboard
A Vue component to display an image gallery lightbox
One should be able to pinch-zoom the image. I would like to contribute, but I need some infos about where to start or where to put this implementation.
Bumps [terser](https://github.com/terser/terser) from 4.6.3 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
Hello! I have encountered a problem when trying to reduce the size of the image array dynamically (I want to do this so that when a color of a product...
I have an svg has instrinsic about 200px x 200px, but lightbox load with a size of about 50x50 instead, how can i load it with max width
Cannot find the dev dependency "@types/vue-image-lightbox" on the npm register.
onClosed is only emitted during onToggleLightBox. If user use ESC or close button event not working
I'm using this project with Nuxt. Upon component mounting my array of media is empty. I'm then populating it in the fetch method (i've tried beforeMount & mounted too). Because...
Currently embedding a Vue page via an iframe into a larger project I don't control and using this lightbox (nice component, btw) inside that iframe. I'm curious and have been...
For my case: I want to custom the current image that displays in this light-box. ex: I want to modify or add some filters to the current image in light-box.