# Fullscreen Lightbox Basic ## Description Modern and easy plugin for displaying images and videos in clean overlaying box. Display single source or create beautiful gallery with powerful lightbox. Website: https://fslightbox.com ### No jQuery and other dependencies. ## Basic usage ### Installation ``` npm install fslightbox ``` ### Example In your application .js file: ```javascript require('fslightbox'); ``` In HTML file ```html Open first slide (image) Open second slide (YouTube) Open third slide (HTML video) Open fourth slide (custom source)