mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-10420: [verto.js] Verto on Safari -- some more tweaks
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user