diff --git a/public/js/vroom.js b/public/js/vroom.js index c5a4458..f2364f4 100644 --- a/public/js/vroom.js +++ b/public/js/vroom.js @@ -337,7 +337,7 @@ function initVroom(room) { // Else, update the main video to use this one else{ $('#mainVideo').html(el.clone().dblclick(function() { - fullScreen(el); + fullScreen(this); }).css('max-height', maxHeight())); $('.selected').removeClass('selected'); el.addClass('selected');