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

Feature request: Add support for iOS devices (e.g. iPhone) #36

Open inglesuniversal opened 3 years ago

inglesuniversal commented 3 years ago

Script not loading MP4 or MOV files from iPhone web accessible file picker :(

I was so excited to try it on my phone!

Great script though!

cellezam commented 3 years ago

@zzarcon Yes u just have to add video.setAttribute('playsinline', 'playsinline'); in the loadVideo function and it will works.