webvr-polyfill
Advanced tools
Comparing version 0.9.38 to 0.9.39
{ | ||
"name": "webvr-polyfill", | ||
"version": "0.9.38", | ||
"version": "0.9.39", | ||
"homepage": "https://github.com/googlevr/webvr-polyfill", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -246,7 +246,10 @@ /* | ||
'left: 0', | ||
'width: ' + Math.max(screen.width, screen.height) + 'px', | ||
'height: ' + Math.min(screen.height, screen.width) + 'px', | ||
// Use vw/vh to handle implicitly devicePixelRatio; issue #282 | ||
'width: 100vw', | ||
'height: 100vh', | ||
'border: 0', | ||
'margin: 0', | ||
'padding: 0 10px 10px 0', | ||
// Set no padding in the case where you don't have control over | ||
// the content injection, like in Unity WebGL; issue #282 | ||
'padding: 0px', | ||
'box-sizing: content-box', | ||
@@ -253,0 +256,0 @@ ]; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
912842
12663