play video inline and mute by default

This commit is contained in:
2026-05-17 18:33:40 -04:00
parent d84600bce8
commit 1987ea4c96

View File

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