mirror of
https://github.com/iv-org/invidious.git
synced 2024-06-07 19:40:52 +00:00
Fix projection settings for VR
This commit is contained in:
parent
df0cd30236
commit
f06053b1cf
@ -150,7 +150,8 @@ player.on('error', function (event) {
|
|||||||
|
|
||||||
// Enable VR video support
|
// Enable VR video support
|
||||||
if (video_data.vr) {
|
if (video_data.vr) {
|
||||||
player.vr();
|
player.crossOrigin("anonymous")
|
||||||
|
player.vr({projection: "EAC"});
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add markers
|
// Add markers
|
||||||
|
Loading…
Reference in New Issue
Block a user