playsinline 不适用于 iOS 上的视频?

问题描述 投票:0回答:1
ios html5-video playback
1个回答
0
投票

您需要像这样编辑您的代码:

<video 
  class="hero-video-actual" 
  autoplay 
  loop 
  muted 
  playsinline 
  src="/content/video.mp4" 
  type="video/mp4">
</video>

src-path
”不需要自己的标签,您应该将其包含在
<video>
标签中

© www.soinside.com 2019 - 2024. All rights reserved.