more control updates
This commit is contained in:
@@ -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" }}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user