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

[Feature] embed video #891

Open
Thiago-Simoes opened this issue Jan 13, 2024 · 0 comments
Open

[Feature] embed video #891

Thiago-Simoes opened this issue Jan 13, 2024 · 0 comments

Comments

@Thiago-Simoes
Copy link

Currently embed video is not in markdown standard, but many editors have support for videos, hosted on youtube/vimeo.

Proposal:

If user insert link to youtube/vimeo video, for example:

[!embed](http://www.youtube.com/watch?v=someid)
it should be rendered as

<iframe width="480" height="270" src="youtube|vimeo-hosted-embed-video-url" frameborder="0" allowfullscreen></iframe>  

User should be able to configure the maximum size of the embedded content with the max_height and / or max_width parameters. Youtube widescreen mode can be controlled via widescreen param.


Replicating the shsmad issue

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

1 participant