New in Chrome 154: iframes that automatically resize themselves to their content Chrome 154 adds support for responsively-sized iframes, letting an iframe size itself to the intrinsic dimensions of its embedded document via a two-way opt-in. The embedder sets the frame-sizing CSS property to auto, content-height, or content-width on the iframe, while the embedded document includes a meta tag named responsive-embedded-sizing with allow-origins to permit size communication and calls window.requestResize() to report a new size. Firefox and Safari do not support the feature, with tracking bugs 2035008 and 314713 respectively. ~ Chrome 154 adds support for responsively-sized iframes , letting an