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

Styling the player page like YouTube #9523

Open
mankota opened this issue Oct 18, 2024 · 2 comments
Open

Styling the player page like YouTube #9523

mankota opened this issue Oct 18, 2024 · 2 comments
Labels

Comments

@mankota
Copy link

mankota commented Oct 18, 2024

Daniel,
I tried to use the css custom feature to style my player page but I couldn't able to do so. I want to make it looks like YouTube. See the screenshots below. I think it just changing the width of the page and make sure the side menu collapsed by default.

This is my website screen.
image

This is YouTube screenshot
image

@DanielnetoDotCom
Copy link
Member

Sorry I cannot help you with that

@GreenDragonTavern
Copy link

You might try adjusting and playing with percentages below to see if AVideo can mimic YouTube;

Site Configurations - Script Code:

<style> .col-lg-1 { width: 0.0% !important; } </style>
<style> .col-lg-6 { width: 64% !important; } </style>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants