-
Notifications
You must be signed in to change notification settings - Fork 273
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
Custom Width and Height for Youtube shorts #158
Comments
I found my answer alone, sorry :)
|
I reopen this cause my workaround is not doing exactly the same. |
bump any solutions for embedding shorts? |
curious, I wanna try this library, but can we actually embed Shorts? Is your problem only with the styling and not the embedded Short functionality? cc @cdo9 |
Never got this library working so just stuck with standard iframes <iframe
width="315"
height="560"
src="https://www.youtube.com/embed/Ce1xtpew1Qo"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture;
web-share"
allowfullscreen></iframe>
Works fine for me. |
I am now doing this, but not using this package anymore, using this one : https://github.com/justinribeiro/lite-youtube - I don't remember why I've switched but it's working well for me like this :)
|
Before using this package i was doing this :
Is it possible to do something similar for embedding youtube shorts ?
The text was updated successfully, but these errors were encountered: