diff --git a/public/js/vroom.js b/public/js/vroom.js index 873970d..6bac92d 100644 --- a/public/js/vroom.js +++ b/public/js/vroom.js @@ -338,7 +338,12 @@ function initVroom(room) { else{ $('#mainVideo').html(el.clone().dblclick(function() { fullScreen(this); - }).css('max-height', maxHeight())); + }) + .bind('contextmenu', function(){ + return false; + }) + .css('max-height', maxHeight()) + ); $('.selected').removeClass('selected'); el.addClass('selected'); mainVid = el.attr('id');