summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/align/components/annotations/annotationForms
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-08-07 23:48:41 +0200
committerJules Laplace <julescarbon@gmail.com>2020-08-07 23:48:41 +0200
commit2eeedc8e328bd42fd2f5f17d9e047cd8db550ec5 (patch)
tree6c17d45784570f03db59da5bc8c289f6d49b6c02 /animism-align/frontend/app/views/align/components/annotations/annotationForms
parentabc0b615da47f2e8587e3116bb4f3594fafab1d2 (diff)
inline video
Diffstat (limited to 'animism-align/frontend/app/views/align/components/annotations/annotationForms')
-rw-r--r--animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.video.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.video.js b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.video.js
index 50ca033..6f58d60 100644
--- a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.video.js
+++ b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.video.js
@@ -24,6 +24,12 @@ export const AnnotationFormVideo = ({ annotation, media, handleSettingsSelect, h
onChange={handleSettingsSelect}
/>
<Checkbox
+ label="Autoplay"
+ name="autoplay"
+ checked={annotation.settings.autoplay}
+ onChange={handleSettingsSelect}
+ />
+ <Checkbox
label="Fullscreen"
name="fullscreen"
checked={annotation.settings.fullscreen}