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

Youtube embeds are tiny #52

Open
sorvani opened this issue Nov 8, 2023 · 1 comment
Open

Youtube embeds are tiny #52

sorvani opened this issue Nov 8, 2023 · 1 comment

Comments

@sorvani
Copy link

sorvani commented Nov 8, 2023

Everything was fine on NodeBB 2.8.7 and then I upgraded to 3.5.0. Plugin works, just videos are tiny. Using the default rules as I have never tweaked anything.

image

@stevefan1999-personal
Copy link

stevefan1999-personal commented Mar 1, 2024

Just add a style to iframe

<div class='embed-wrapper'><div class='embed-container'><iframe style="aspect-ratio:16/9;height:auto;width:100%" src='https://www.youtube.com/embed/$1' frameborder='0' allowfullscreen></iframe></div></div>

(https://stackoverflow.com/a/73293939/3289081)

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

No branches or pull requests

2 participants