Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to take controls off video in Cargo

This is an issue that I keep running to and have not yet found a fix. I am using Cargo to create my portfolio website, and when I add videos that loop I would like to take of the controls so that it is entirely a gif. The reason why I don’t want to convert my videos into gifs is because the difference of quality in video is very extreme.

Right now the videos are autoplaying with loop but the controls still are visible when the mouse is hovered over it.

<video width="670" height="376" src="https://files.cargocollective.com/c1633764/lastkiko.mp4" type="null" playsinline="" muted="" autoplay="" loop="" controls=""></video>

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

<video width="300" height="200" autoplay="autoplay">
  <source src="video/supercoolvideo.mp4" type="video/mp4" />
</video>

Refer To Here

It states that the values "true" and "false" are not allowed on boolean attributes. To represent a false value, the attribute has to be omitted altogether.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading