e.stopPropagation()}>
{currentItem.type === "video" ? (
) : (

)}
{/* Close button */}
{/* Download + Remove buttons */}
{/* Left arrow */}
{lightboxIndex > 0 && (
)}
{/* Right arrow */}
{lightboxIndex < displayMedia.length - 1 && (
)}
{/* Media counter */}
{lightboxIndex + 1} / {displayMedia.length}