From dece8212dae340e3b3e6cea4d007f55c96769544 Mon Sep 17 00:00:00 2001 From: Louis Eveillard Date: Mon, 30 Dec 2019 18:42:14 +0100 Subject: [PATCH] always showing fullres preview in stopmotion mode when navigating between previous pics --- public/src/vue/CaptureView.vue | 231 +++++++++++++----- .../components/subcomponents/MediaContent.vue | 15 +- 2 files changed, 183 insertions(+), 63 deletions(-) diff --git a/public/src/vue/CaptureView.vue b/public/src/vue/CaptureView.vue index 2e83e3cb9..dad190eb4 100644 --- a/public/src/vue/CaptureView.vue +++ b/public/src/vue/CaptureView.vue @@ -20,7 +20,10 @@ style="enable-background:new 0 0 169 169;" xml:space="preserve" > - + @@ -58,22 +61,37 @@ style="enable-background:new 0 0 169 169;" xml:space="preserve" > - +
-
{{ $t(selected_mode) }}
+
+ {{ $t(selected_mode) }} +
-
-
+
+
-
+
{{ kind }} @@ -108,11 +133,16 @@
- {{ $t('current') }} : {{ actual_current_video_resolution.width }} x {{ actual_current_video_resolution.height }} + {{ $t("current") }} : + {{ actual_current_video_resolution.width }} x + {{ actual_current_video_resolution.height }}
-
+
- - +
-
- +
+ - +