How to maximize screen while still being able to chat?

Hi, is there a way to make the screen bigger while showing movies, while still being able to view the chat? Thank you!

I usually maximize the video screen by:

  1. Inspect elements of the page - press F12.
  2. Search “smallPlayer”, and select the element.
  3. Untick the max-height CSS property (this limits the screen size).
  4. A few elements above “smallPlayer” is “w2g-player-search”, untick the max-width CSS properties.

Hope this helps!