more control updates

This commit is contained in:
2026-05-17 18:43:44 -04:00
parent 1987ea4c96
commit 8152ab4a7a

View File

@@ -128,10 +128,9 @@ export default function DoomScrollViewer({ items, onClose, onViewInLibrary }: Pr
<video
key={item.id}
src={api.media.fileUrl(item.id)}
controls
autoPlay
playsInline
muted
loop
style={{ maxWidth: "90vw", maxHeight: "82vh" }}
/>
)}