#Embeded videos don't autoplay/ show up on Safari iOS/Desktop browser

1 messages · Page 1 of 1 (latest)

fleet sphinx
#

Code:

  <div class="video-container">
    <video
      width="100%"
      height="auto"
      autoplay
      loop
      muted
      playsinline
    >
      <source
        src="videos/8238h.mp4"
        type="video/mp4"
      />
    </video>
  </div>

Videos only show up after a refresh. Not sure what the issue is. Thanks in advance!

tawdry dragon
fleet sphinx