more control updates
This commit is contained in:
@@ -128,10 +128,9 @@ export default function DoomScrollViewer({ items, onClose, onViewInLibrary }: Pr
|
|||||||
<video
|
<video
|
||||||
key={item.id}
|
key={item.id}
|
||||||
src={api.media.fileUrl(item.id)}
|
src={api.media.fileUrl(item.id)}
|
||||||
controls
|
|
||||||
autoPlay
|
autoPlay
|
||||||
playsInline
|
playsInline
|
||||||
muted
|
loop
|
||||||
style={{ maxWidth: "90vw", maxHeight: "82vh" }}
|
style={{ maxWidth: "90vw", maxHeight: "82vh" }}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user