Remove autoplay from report cards

This commit is contained in:
Regalijan 2024-02-28 13:00:30 -05:00
parent 38f5252a77
commit 389c7070ed
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -67,7 +67,7 @@ export default function (props: ReportCardProps & { port?: MessagePort }) {
</CardHeader>
<CardBody>
<div style={{ position: "relative" }}>
<video autoPlay={true} controls={true} width="100%">
<video controls={true} width="100%">
<source src={`/api/uploads/${props.attachments[attachmentIdx]}`} />
<source src="/files/processing.webm" />
</video>