Speed-Patterns / speed-patterns

A collection of design patterns for fast web sites
https://www.speedpatterns.com/
32 stars 2 forks source link

Example videos not playing on mobile. #36

Open AlexanderChernyshev opened 2 weeks ago

AlexanderChernyshev commented 2 weeks ago

Need to find a way to write them to be able to play on mobile devices.

Can try adding "playsinline".

Otherwise this article might have answers: https://medium.com/@BoltAssaults/autoplay-muted-html5-video-safari-ios-10-in-react-673ae50ba1f5

AlexanderChernyshev commented 2 weeks ago

Should have been fixed. Added autoplay to attributes, and it seems to have made them play on mobile.

sergeychernyshev commented 2 weeks ago

Where's the code for this fix? did you create a PR for it?