GLightbox is a pure JavaScript lightbox. It can display images, iframes, inline content and videos with optional autoplay for YouTube, Vimeo and even self hosted videos.
Read more about GLightbox on its GitHub.
const lightbox = GLightbox({
touchNavigation: true,
loop: true,
autoplayVideos: true,
});