To install SimpleLightbox you can do the following: // YARN yarn add simplelightbox //Bower bower install simplelightbox //NPM npm install simplelightbox Simple include simplelight-box.css and simple-lightbox.js to your page and use: Standalone Plugin When using the standalone variant (`simple-lightbox(.min).js`) var lightbox = new SimpleLightbox('.gallery a', { /* options */ }); When using the st