How to get bigger (not full screen) Unity Learn videos

Short of editing the page’s CSS, how can I get the videos in a bigger size? It’s ridiculous how the videos are tiny in the middle of the page and if there’s any code forget about being able to see it. I want to have the browser on one side of the screen and Unity on the other. The videos don’t even scale with the size of the browser.

All these videos are on YouTube. Start the video, click on the YouTube link in the video and then enlarge it.

These ones are not on YouTube, they are the Premium paid-for ones and are hosted on the site.

You can probably download them. What video are you talking about?

These ones: C# Scripting in Unity: The Observer Pattern - Unity Learn

Ouch, I cannot access the video because I don’t want to enrol in the free trial…

(I don’t want to enrol because I must enter my credit card data and I don’t want to enable anyone to access my bank account automatically, especially if I’m not sure I want to carry on. We should be allowed to not enter our credit card data to take the free trial.)

Yeah, I really need someone from Unity to respond to this one as it needs inside access. Thanks for trying anyway.

Maybe not, you can enlarge the page by using Ctrl+; it also enlarges the video. :wink:

#customhacks solution,

Paste this script into browser console (it pops out the video into floating div)

enjoy videos with resizable and draggable video player (can also close it to restore original player, or press F5 to reload page)
5170046--512981--unity-learn-custom-player-.gif

*tested on Firefox, and only works with first video on the page for now…(if there are many players it still takes first)

1 Like

Thank you both @mgear and @ .

I’m a bit embarassed that zooming the page didn’t occur to me, that actually does the trick nicely! :slight_smile:

1 Like