JSFiddle - React, Tailwind, and code Playground

by Kiya_Iekret

HTML

<div id="games">
<iframe src="https://jsfiddle.net/Kiya_Iekret/69xowfy8/27/" height="100%" width="100%" id="example" onload="autoIframeResizer()"></iframe>
</div>

SASS

window.innerHeight - the inner height of the browser window (in pixels)
window.innerWidth - the inner width of the browser window (in pixels)

#games
 height: 300px

JavaScript

var wynik = document.getElementById("games").height;
console.log = wynik;

function autoIframeResizer() {

}

document.getElementById(example).height = 
document.getElementById(example).width =