Closed benjaminpreiss closed 4 years ago
No, that wasn't the reason. It is probably some incompatibility between videojs and intersection observer.
Trying to implement the following now:
Okey, so it was not a incompatibility of intersection observer.
It was a overflow: auto
problem on the datenschutz div.
See this illustrating the problem.
Probably the reason was a missing intersection observer polyfill. Seems to work properly when adding the intersection observer polyfill.