Display controls and enable autoplay on reports

This commit is contained in:
regalijan 2023-10-19 16:50:45 -04:00
parent 7c0bc0d7f1
commit 03c2cf1859
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -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%"
/>