From 78170cace74e92fbe688e140ea758a52cc00e38d Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Mon, 30 Aug 2021 17:42:58 +1000 Subject: [PATCH] fixed bug in viewer where video needs to be resized after prev/next move, also updated TODO --- TODO | 3 --- internal/js/view_support.js | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/TODO b/TODO index 059e78a..d4fd321 100644 --- a/TODO +++ b/TODO @@ -2,9 +2,6 @@ * viewer: - buttons need tootltips to show shortcut key - * files.py cleanup: - class Option for dot-notation, or namespace??? - * remove dirs after the duplicate cleanup removes all its content * Face matching: diff --git a/internal/js/view_support.js b/internal/js/view_support.js index 1eb782a..0218468 100644 --- a/internal/js/view_support.js +++ b/internal/js/view_support.js @@ -152,6 +152,7 @@ $('#video').prop('src', 'http://mara.ddp.net:5000/' + objs[current].url ) $('#figure').hide() $('#video').show() + ResizeVideo() if( fullscreen ) { console.log('going fs on video')