From 0d8f9ca954032c37ba1638728382e80335f734cb Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 23 Oct 2020 16:22:45 +0200 Subject: hide_poster_inline --- .../annotations/annotationForms/annotationForm.video.js | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'animism-align/frontend/app/views/align/components/annotations/annotationForms') 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 ce07d09..7bbe952 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 @@ -48,10 +48,18 @@ export const AnnotationFormVideo = ({ annotation, media, handleSettingsSelect, h checked={annotation.settings.loop} onChange={handleSettingsSelect} /> + {annotation.settings.inline && ( + + )}