Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove autoplay from report cards
  • Loading branch information
regalijan committed Feb 28, 2024
1 parent 38f5252 commit 389c707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ReportCard.tsx
Expand Up @@ -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>
Expand Down

0 comments on commit 389c707

Please sign in to comment.