diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-10-14 15:26:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-10-14 15:26:55 +0200 |
| commit | 38fd1460b6de1a72b1345c5f23ea688c54f14689 (patch) | |
| tree | e0b74a696d19616ef31d0fc05e1f4a51056ce6ed /animism-align/frontend/app/views/align/components/annotations/annotationForms | |
| parent | 7ed7efb524e7984e8e1ca0da77a882412a748174 (diff) | |
option to loop 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.js | 6 |
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 b89a412..ce07d09 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 @@ -43,6 +43,12 @@ export const AnnotationFormVideo = ({ annotation, media, handleSettingsSelect, h onChange={handleSettingsSelect} /> <Checkbox + label="Loop" + name="loop" + checked={annotation.settings.loop} + onChange={handleSettingsSelect} + /> + <Checkbox label="Show poster image" name="poster" checked={annotation.settings.poster} |
