diff --git a/components/ReportCard.tsx b/components/ReportCard.tsx index 79df4d4..e6d68c7 100644 --- a/components/ReportCard.tsx +++ b/components/ReportCard.tsx @@ -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%" />