video-snapshot
video-snapshot copied to clipboard
Feature request: Add support for iOS devices (e.g. iPhone)
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!
@zzarcon Yes u just have to add
video.setAttribute('playsinline', 'playsinline');
in the loadVideo function and it will works.