-
Notifications
You must be signed in to change notification settings - Fork 2
Dynamic Metadata #18
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
Dynamic Metadata #18
Conversation
Bradez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@EtayM can you look into whether Docusaurus supports video playback (webm (preferred) or mp4)?
It would be better to have the uploading-media-files.gif be a video stream wherein we can have the video playback controls inside the documentation. This way, it lets people "click" to play it (from the start) but also stop/start and scrub through as they require.
If not, we can proceed with using a gif but it would be good to check whether it's supported and start using video formats going forward so user's viewing the documentation have the flexibility to control the playback which is especially relevant for long-form playback (as is the case with this gif).
Further, because of how gif works the file size is (unnecessarily) large which can unnecessarily consume bandwidth on devices with data limits.
|
@Bradez Yeah, Docusaurus uses MDX, so we can embed videos with the HTML but for some reason it didn't autoplay on my browser (chrome). Couple notes though:
|
|
@EtayM we don't necessarily need auto-play as that's one of the problems with GIF. Unless the image is right at the top of the page, or only autoplays once it's first in the focus of the user, I think it's safe to have it no autoplay. As for Finally, to answer your question regarding other GIF files. Yes, let's ticket a task to get those updated. No major urgency, but it's definitely better we do that. Further, it gives us another opportunity to redo the recordings to bring it up to speed with the latest interface designs as I'm sure there are various GIFs (along with static images) that are based on outdated application designs. |
|
@Bradez Ok, I've removed the AutoPlay component and now using video tag with mp4 file, everything looks good to me. |
Transitioned Dynamic Metadata article from Help Center to the docs.