fixed bug in viewer where video needs to be resized after prev/next move, also updated TODO
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user