Display controls and enable autoplay on reports
This commit is contained in:
@ -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%"
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user