readd controls

This commit is contained in:
2026-05-17 18:46:54 -04:00
parent 8152ab4a7a
commit a65d86bed6

View File

@@ -130,6 +130,7 @@ export default function DoomScrollViewer({ items, onClose, onViewInLibrary }: Pr
src={api.media.fileUrl(item.id)} src={api.media.fileUrl(item.id)}
autoPlay autoPlay
playsInline playsInline
controls
loop loop
style={{ maxWidth: "90vw", maxHeight: "82vh" }} style={{ maxWidth: "90vw", maxHeight: "82vh" }}
/> />