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
There are a few GIFs that show specific GUI usage (for example in How to run ACCESS-CM).
Currently they are implemented with the <img> tag and have a .gif file as a href.
<img>
.gif
href
This might not be the best for quality and creation (from a video we would have to create a good quality GIF, etc)
It might be easier and better for control to implement these with the <video> tag together with the loop and autoplay attributes.
<video>
The text was updated successfully, but these errors were encountered:
Thank you @OKaluza
Sorry, something went wrong.
No branches or pull requests
Description
There are a few GIFs that show specific GUI usage (for example in How to run ACCESS-CM).
Currently they are implemented with the
<img>
tag and have a.gif
file as ahref
.This might not be the best for quality and creation (from a video we would have to create a good quality GIF, etc)
It might be easier and better for control to implement these with the
<video>
tag together with the loop and autoplay attributes.The text was updated successfully, but these errors were encountered: