Not a bug or issue, but a question on usage (my apologizes in advance if this is not the right location to ask questions for vue-image-lightbox). I really want to use vue-image-lightbox. How to use 'require' to load .jpg images as needed by Vue.js?
However, when clicking on an image Lightbox comes up, but images are broken.
Question: How can 'require' be set for the .jpg images for/within (so when an images is clicked it will show as expected. Currently images are broken.)?
Not a bug or issue, but a question on usage (my apologizes in advance if this is not the right location to ask questions for vue-image-lightbox). I really want to use vue-image-lightbox. How to use 'require' to load .jpg images as needed by Vue.js?
For example (this will show images on page):
However, when clicking on an image Lightbox comes up, but images are broken.
Question: How can 'require' be set for the .jpg images for/within (so when an images is clicked it will show as expected. Currently images are broken.)?
Thanks much for this tool, and your time.