bwasti / mebm

zero-dependency browser-based video editor
https://bwasti.github.io/mebm/
MIT License
936 stars 74 forks source link

tiny little simple minor fix for Safari to not ignore mp4 files while using the filepicker menu #4

Closed SwannPnct closed 3 years ago

SwannPnct commented 3 years ago

changed attributes 'accept' of 'filepicker' input on index.html to "video/mp4,video/x-m4v,video/,image/" instead of "video/,image/"

bwasti commented 3 years ago

would you mind including a screen shot of the issue being fixed?

thanks :)

SwannPnct commented 3 years ago
Screenshot 2021-01-25 at 09 10 42

Safari version : 13.1.2

bwasti commented 3 years ago

thanks!