From May 8th, 2013 to August 29th, 2020, 40% user give 5-star rating, 27% user give 4-star rating, 27% user give 3-star rating, 7% user give 2-star rating. for Toggle Fullscreen in Hangout chrome extension.
great!
awsom
super
nice app
good
Excellent !!!
I was really hoping this would full-screen screensharing as well.. and it doesn't. If it did that, it'd definitely be a 5 star extension. Please add!
Hangouts is fullscreen now. =]
Found this through a message board of people kevetching about not having a full screen option--this is fantastic. I greatly appreciate your proactive approach.
After a couple seconds of being full screen, without touching it, it switches to a smaller screen in the left corner surrounded by all white for the rest of the screen.
Please, make this responsive too! That would make this killer, right now, when resizing it all just fumbles up :( $(window).height = height that shizzle!
This worked awesome for me, but my girlfriend got only a white screen
Quite good. But sometimes, the video gets resized and the full screen mode gets messed up. This can happen randomly or if you are calling someone one a mobile device and they change screen (and camera) orientation. The code below fixes that (albeit inelegantly): var oldw = $('object').first().parent().width(); var oldh = $('object').first().parent().height(); setInterval(function(e) { p = $('object').first().parent(); if (p.width() != oldw || p.height() != oldh) { resized = 1; resize_viewer(e); oldw = p.width(); oldh = p.height(); } }, 100 );
Works well, thanks!
Thanks a lot! works exactly I need.