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