Invidious: Add big picture mode

Created on 25 Jul 2018  Â·  6Comments  Â·  Source: iv-org/invidious

It'd be very useful to have an enlarged resolution, similar to how Hooktube does it, which can be toggled on and off in every video page.

enhancement

Most helpful comment

I'm already enlarging it via CSS.

This is what I'm adding to uBlock Origin's filters so the site uses the entire width:

invidio.us##.pure-u-md-16-24:style(width:auto !important)

(Yes, you can use uBlock Origin as a simple CSS styler!)

All 6 comments

I'm already enlarging it via CSS.

This is what I'm adding to uBlock Origin's filters so the site uses the entire width:

invidio.us##.pure-u-md-16-24:style(width:auto !important)

(Yes, you can use uBlock Origin as a simple CSS styler!)

@r-a-y this workaround works perfectly, thanks!

It's too big for my screen, I use:

.pure-u-md-16-24 {
    width: 1280px !important;
    margin-left: auto;
    margin-right: auto;
}

Also, invidious does not support 1080p videos yet, so I don't see any reason to upscaling videos too much.

Been using Invidious today and I’m occasionally getting a wider video player – 83.33% width instead of the usual 66.67% width – for some video pages. Really liking it.

Haha, sorry about that. Doing a migration for #159 and it's taking a bit longer than I expected.

I think I'll consider this closed with e0ee1c3d79f51fa77e30718425a10411263a6b3e. There hasn't been much activity in this issue, but I am very much interested in improving the UI. For things like this I'd recommend opening a new issue or a PR with some proposed changes.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stodge picture stodge  Â·  4Comments

atahanacar picture atahanacar  Â·  3Comments

tmiland picture tmiland  Â·  4Comments

arch-btw picture arch-btw  Â·  4Comments

Atrate picture Atrate  Â·  4Comments