Video Lightbox Video Thumbnail `; document.body.appendChild(lightbox); document.querySelector(".close-btn").addEventListener("click", function() { lightbox.remove(); }); lightbox.addEventListener("click", function(event) { if (event.target === lightbox) lightbox.remove(); }); }); }); });