Add Autoplay video to your React landing page

Featured Image

Here's how you can add a video that auto-plays without audio. Perfect for your landing page.

<video controls muted poster="<https://ruttl.com/assets/img/index-hero.jpg>">
  <source
    src="<https://ruttl.com/assets/video/index-hero.webm>"
    type="video/mp4"
  />
</video>

Credits to ruttl.com for the sample video

I'm building a new SaaS to automate content marketing for your SaaS

Check it out →

Tools for SaaS Devs