fixed bug in viewer where video needs to be resized after prev/next move, also updated TODO

This commit is contained in:
2021-08-30 17:42:58 +10:00
parent 10fcda0d7c
commit 78170cace7
2 changed files with 1 additions and 3 deletions

3
TODO
View File

@@ -2,9 +2,6 @@
* viewer: * viewer:
- buttons need tootltips to show shortcut key - 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 * remove dirs after the duplicate cleanup removes all its content
* Face matching: * Face matching:

View File

@@ -152,6 +152,7 @@
$('#video').prop('src', 'http://mara.ddp.net:5000/' + objs[current].url ) $('#video').prop('src', 'http://mara.ddp.net:5000/' + objs[current].url )
$('#figure').hide() $('#figure').hide()
$('#video').show() $('#video').show()
ResizeVideo()
if( fullscreen ) if( fullscreen )
{ {
console.log('going fs on video') console.log('going fs on video')