flimshaw / flimshaw/Valiant360
Mobile Chrome can't play the video.
Open
bug
- Dominant language
- JavaScript
- Stars
- 780
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Description
to make the mobile chrome play the video,
you need to add the following line to jquery.valiant360.js line:217
add this line:
this._video.setAttribute('crossorigin', 'anonymous');
to:
( original line 217 is " // make a self reference we can pass to our callbacks" , just add above this line)
hope this helps.
And Thanks for sharing this great plugin.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.