window.onresize=function resizeFunction(){
w = window.innerWidth;
h = window.innerHeight;
twitch.setWidth(w);
twitch.setHeight(h);
}
here is the code i’m using
window.onresize=function resizeFunction(){
w = window.innerWidth;
h = window.innerHeight;
twitch.setWidth(w);
twitch.setHeight(h);
}
here is the code i’m using