From 441b9efe7a76e801d5d079a70dcb4aeb1a132bb9 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 2 Dec 2020 14:28:42 +0100 Subject: fix nav bar on chrome. add full video checkbox --- .../annotations/annotationForms/annotationForm.video.js | 8 ++++++++ animism-align/frontend/app/views/viewer/nav/nav.css | 1 + 2 files changed, 9 insertions(+) (limited to 'animism-align') 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 a947e2a..dd5f640 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 @@ -72,6 +72,14 @@ export const AnnotationFormVideo = ({ annotation, media, handleSettingsSelect, h onChange={handleSettingsSelect} /> )} + {(annotation.settings.fullscreen && !annotation.settings.inline) && ( + + )}