Vanilla JavaScript Fullscreen Lightbox
Fullscreen Lightbox written in an old good vanilla JavaScript.

Simple and powerful lightbox without any dependencies!
Vanilla JS lightbox for displaying photos, HTML5 or YouTube videos in clean overlaying box.
Speed up your work by including ready, high editable lightbox.
Learn more about Vanilla JS FsLightbox!
<!-- Create links -->
<a data-fslightbox="gallery1" href="video.mp4">
<video src="video.mp4">
</a>
<a data-fslightbox="gallery1" href="image.jpg">
<img
src="video.mp4">
</a>
<!-- Add the library - only one file -->
<script src="fslightbox.js"></script>