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
[Example](_media/actions_example.mp4 ':include :type=video width=100%')
The video is not playable
The video should be playable with width 100%
Bug does still occur when all/other plugins are disabled?
Your OS: Ubuntu 18.04.5 LTS (Bionic Beaver)
Node.js version: v12.13.1
npm/yarn version: yarn -v: 1.22.5
Browser version: Google Chrome Version 89.0.4389.82 (Official Build) (64-bit)
Docsify version: 4.4.3
Docsify plugins: <script src="//cdn.jsdelivr.net/npm/[email protected]/components/prism-graphql.min.js"></script>
The text was updated successfully, but these errors were encountered:
Seems once we setup video attributes like width default attribute controls disappears
width
controls
It works with these code:
[Example](_media/actions_example.mp4 ':include :type=video width=100% controls')
Sorry, something went wrong.
Take look at
docsify/src/core/render/compiler.js
Line 37 in c24f7f6
Once any attribute is set, controls will be replaced
thx for ur report ! it seems should be refine. when the title is not empty, the controls would be removed. you can use the
title
[Example](_media/actions_example.mp4 ':include :type=video controls width=100%')
to add the controls manually for now.
Successfully merging a pull request may close this issue.
Bug Report
Steps to reproduce
What is current behaviour
The video is not playable
What is the expected behavior
The video should be playable with width 100%
Other relevant information
Bug does still occur when all/other plugins are disabled?
Your OS: Ubuntu 18.04.5 LTS (Bionic Beaver)
Node.js version: v12.13.1
npm/yarn version: yarn -v: 1.22.5
Browser version: Google Chrome Version 89.0.4389.82 (Official Build) (64-bit)
Docsify version: 4.4.3
Docsify plugins: <script src="//cdn.jsdelivr.net/npm/[email protected]/components/prism-graphql.min.js"></script>
Please create a reproducible sandbox
Mention the docsify version in which this bug was not present (if any)
The text was updated successfully, but these errors were encountered: