tkloht / react-video-cover

A small React component rendering a <video/> with object-fit: cover, or a Fallback if object-fit is not available.
http://tkloht.github.io/react-video-cover
MIT License
58 stars 14 forks source link

not working on safari #188

Closed Sjarj closed 5 years ago

Sjarj commented 5 years ago

this code work on google chrome , but not in safari on safari I have just a white screen

Capture d’écran 2019-04-06 à 16 25 38

I use Gatsby js , there is any error in my log .

Sjarj commented 5 years ago

the issue come from mp4 with safari

fhuel commented 5 years ago

Hey @Sjarj , I'm experiencing the same problem Did you solve this issue?

Sjarj commented 5 years ago

Hello @fhuel , I don't remember , but this is the code that work fine on safari

Capture d'écran 2019-09-11 22 00 27
fhuel commented 5 years ago

It works, thanks!