Post

Replies

Boosts

Views

Activity

Reply to HTML Video element, not working after iosSafari15 update
For me, it works when I used the attribute src inside the video tag, see below: This does NOT work: <video autoplay muted playsinline width="250" >    <source src="something"       type="video/mp4"> </video> This works: <video autoplay muted playsinline width="250" src="something" type="video/mp4""></video>
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22