Display controls and enable autoplay on reports
This commit is contained in:
parent
7c0bc0d7f1
commit
03c2cf1859
@ -52,6 +52,8 @@ export default function (props: ReportCardProps) {
|
||||
{attachmentsReady ? (
|
||||
<div style={{ position: "relative" }}>
|
||||
<video
|
||||
autoPlay={true}
|
||||
controls={true}
|
||||
src={`/api/uploads/${props.attachments[attachmentIdx]}`}
|
||||
width="100%"
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user