Vue image lightbox is a simplified image/photo/video gallery with a thumbnail component for Vuejs.
javascript image gallery with thumbnails, lightgallery thumbnail, lightgallery examples, light gallery jquery, responsive lightbox image gallery jquery
Simple Single Image Lightbox Popup Jquery Plugin
How to make use of it:
1. Install the package:
npm install vue-image-lightbox vue-lazyload yarn add vue-image-lightbox vue-lazyload
2. Then import it into your project at the entry point (main.js usually).
import Vue from 'vue' import VueLazyLoad from 'vue-lazyload' ... Vue.use(VueLazyLoad)
3. Use the simplified view:
import LightBox from 'vue-image-lightbox' export default { components: { LightBox, }, }
<script src="path/to/vue.js"></script> <script src="path/to/dist/vue-image-lightbox.js"></script>
Image & Video Light Gallery, vue image lightbox Plugin/Github
See Demo And Download
Official Website(pexea12): Click Here
This superior jQuery/javascript plugin is developed by pexea12. For extra Advanced usage, please go to the official website.