play video inline and mute by default
This commit is contained in:
@@ -130,6 +130,8 @@ export default function DoomScrollViewer({ items, onClose, onViewInLibrary }: Pr
|
||||
src={api.media.fileUrl(item.id)}
|
||||
controls
|
||||
autoPlay
|
||||
playsInline
|
||||
muted
|
||||
style={{ maxWidth: "90vw", maxHeight: "82vh" }}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user