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

Player Position & Sizes #1602

Open
2 of 6 tasks
ImprovedTube opened this issue Mar 9, 2023 · 1 comment
Open
2 of 6 tasks

Player Position & Sizes #1602

ImprovedTube opened this issue Mar 9, 2023 · 1 comment
Labels
Bug Bug or required update after YouTube changes CSS Solution can be CSS ( /mostly - if any JS is needed, please specify) Feature request Wish or idea good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!* help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) List of tasks Efficient to have a List for this (sub-)project. (Each task might be worth an extra thread.) up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥

Comments

@ImprovedTube
Copy link
Member

ImprovedTube commented Mar 9, 2023

updates:

  • 'Fit To Window' Player button #1798

  • combined full-window & no page width limit in one feature : max avaiable width which was the only combination that worked

  • BTW loading Youtube by default (strangly) shows the player in the middle until related videos are there. (watch the page load in slow motion) (Maybe we can prevent this Save time&co2(billion views)1.clean YouTube-DOM 2.Auto-Codec *UpdatedNOV23* #1211)

    • now preventing this simply with CSS: html {overflow-x: hidden !important; }
  • as said before: hoping for more contributors soon,
    a relevant part of our work is naming 🤔😀 and maybe documentation / [i] tooltips


  • Full window was our original popular feature (semi-Full Screen mode, expanding player within the window as much as possible Full window makes player size dynamic ( _depending theater mode, related videos: hide header:hide or don't limit page width) , it would possibly/imaginably also makes the page loading look even more hectic sometimes, does it?

    • our Fit to window was smarter, not taking 100% height, if there is no width, but currently it does (better name? : max. space available)
      Screenshot_563
  • Years ago our feature was simpler and only ran in youtube's theater mode like this:

https://chrome.google.com/webstore/detail/youtube-window-player/djcblfigljldnidihnfjmpcbfhflhfan

  • so we can also have the same option full window, in theater mode
    ( )

bugs

  • Full window has a little bug, that Fit to window does not (the label doesn't move down)
    a

  • bug (v4.0.1+) Fit to window + don't Limit Page Width (=no page margin)
    Screenshot_562

  • investigate?
    this extension only takes effect in youtube's theater mode and hides youtubes header there too after 3 seconds, which is good for many usecase

expand video to window

@ImprovedTube ImprovedTube self-assigned this Mar 9, 2023
@ImprovedTube
Copy link
Member Author

ImprovedTube commented Mar 9, 2023

( ...while personally :D I'm often part of the other (Youtube-)users, who rush (and rarely enjoy large video players), so i will be happy with a small player and seeing the transcript by default, even if it would shrink the video: study mode )

@ImprovedTube ImprovedTube added Bug Bug or required update after YouTube changes Feature request Wish or idea CSS Solution can be CSS ( /mostly - if any JS is needed, please specify) labels Mar 9, 2023
@ImprovedTube ImprovedTube added the up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥ label Apr 29, 2023
@ImprovedTube ImprovedTube removed their assignment May 10, 2023
@ImprovedTube ImprovedTube added help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!* labels Oct 19, 2023
@ImprovedTube ImprovedTube added the List of tasks Efficient to have a List for this (sub-)project. (Each task might be worth an extra thread.) label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug or required update after YouTube changes CSS Solution can be CSS ( /mostly - if any JS is needed, please specify) Feature request Wish or idea good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!* help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) List of tasks Efficient to have a List for this (sub-)project. (Each task might be worth an extra thread.) up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥
Projects
None yet
Development

No branches or pull requests

1 participant