H
H
hooli-gun2021-06-16 10:57:18
HTML
hooli-gun, 2021-06-16 10:57:18

Why is the video tag not working on iphone?

Everything works great on android, but on iphone just one frame with video and that's it, what could be the reason?

<video class="video" loop autoplay muted poster="">
  <source src="/wp-content/themes/Hooligun/video/hero.mp4" type="video/mp4" />
</video>

video.video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Damir Shaniyazov, 2021-06-16
@hooli-gun

Try playsinline or playsInline . You may also need to add controls="true"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question