zzarcon / video-snapshot

Get snapshots from a video file in the browser :movie_camera: :sunrise:
https://zzarcon.github.io/video-snapshot
MIT License
91 stars 16 forks source link

Not working iOS Safari #31

Open alex-cory opened 3 years ago

andyhass commented 3 years ago

Looks like adding video.playsInline=true; to the <video /> element that's created fixes this.

alex-cory commented 3 years ago

Interesting... I'll play with it

9kartik commented 2 years ago

Looks like adding video.playsInline=true; to the <video /> element that's created fixes this.

Has this fix been shipped?