FS-10420: [verto.js] Verto on Safari -- some more tweaks

This commit is contained in:
Anthony Minessale
2017-08-05 13:17:48 -05:00
parent 74f244e8c6
commit 4d32ca9826
3 changed files with 13 additions and 6 deletions

View File

@@ -442,7 +442,7 @@ function real_size() {
var new_w;
var new_h;
var aspect = 1920 / 1080; /*temasys doesn't provide video width hack aspect to wide screen*/
var aspect = w / h;
if (w > h) {
new_w = window.innerWidth;