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

View File

@@ -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')