We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, not sure it will be useful to many people but there is no support for the controls provided by the HTML <video> tag, like loop or autoplay
<video>
loop
autoplay
The format would be nice if it could work like the other stuff, that would be in Markdown
![alt](link?controls,autoplay)
Never made a feature request before, so not sure of the shape of it.
Thanks !
The text was updated successfully, but these errors were encountered:
Grav 1.4.2 supports control already. By default controls are activated, but you can disable them:
control
![test video](video.mp4?controls=0)
The same is true for loop, autoplay.
The poster parameter sets the preview image (but has no default).
poster
@rhukster: You can close this issue.
Sorry, something went wrong.
No branches or pull requests
Hello, not sure it will be useful to many people but there is no support for the controls provided by the HTML
<video>
tag, likeloop
orautoplay
The format would be nice if it could work like the other stuff, that would be in Markdown
![alt](link?controls,autoplay)
Never made a feature request before, so not sure of the shape of it.
Thanks !
The text was updated successfully, but these errors were encountered: