Get Access to Width and Height variables after creation of an Embed Player

window.onresize=function resizeFunction(){
w = window.innerWidth;
h = window.innerHeight;
twitch.setWidth(w);
twitch.setHeight(h);
}

here is the code i’m using