LindseyB/blog

Dynamically resize itch.io iframes

LindseyB opened this issue · 0 comments

Use
window.getComputedStyle(element) / element.currentStyle to get the calculated width and then use a css transform of the scale to prevent horizontal scrolling within those iframes.