Remove autoplay from report cards
This commit is contained in:
parent
38f5252a77
commit
389c7070ed
@ -67,7 +67,7 @@ export default function (props: ReportCardProps & { port?: MessagePort }) {
|
|||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardBody>
|
<CardBody>
|
||||||
<div style={{ position: "relative" }}>
|
<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={`/api/uploads/${props.attachments[attachmentIdx]}`} />
|
||||||
<source src="/files/processing.webm" />
|
<source src="/files/processing.webm" />
|
||||||
</video>
|
</video>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user