Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add big picture mode #33

Closed
nicolasmaia opened this issue Jul 25, 2018 · 6 comments
Closed

Add big picture mode #33

nicolasmaia opened this issue Jul 25, 2018 · 6 comments
Labels
enhancement Improvement of an existing feature

Comments

@nicolasmaia
Copy link

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.

@r-a-y
Copy link

r-a-y commented Sep 3, 2018

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!)

@nicolasmaia
Copy link
Author

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

@dimqua
Copy link
Contributor

dimqua commented Sep 4, 2018

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.

@r-a-y r-a-y mentioned this issue Sep 7, 2018
@shortenjukebox
Copy link

shortenjukebox commented Sep 9, 2018

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.

@omarroth
Copy link
Contributor

omarroth commented Sep 9, 2018

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

@omarroth omarroth added the enhancement Improvement of an existing feature label Nov 18, 2018
@omarroth
Copy link
Contributor

I think I'll consider this closed with e0ee1c3. 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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

5 participants