Display controls and enable autoplay on reports
This commit is contained in:
parent
7c0bc0d7f1
commit
03c2cf1859
@ -52,6 +52,8 @@ export default function (props: ReportCardProps) {
|
|||||||
{attachmentsReady ? (
|
{attachmentsReady ? (
|
||||||
<div style={{ position: "relative" }}>
|
<div style={{ position: "relative" }}>
|
||||||
<video
|
<video
|
||||||
|
autoPlay={true}
|
||||||
|
controls={true}
|
||||||
src={`/api/uploads/${props.attachments[attachmentIdx]}`}
|
src={`/api/uploads/${props.attachments[attachmentIdx]}`}
|
||||||
width="100%"
|
width="100%"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user