Releases: Lemick/open-iframe-resizer
Releases · Lemick/open-iframe-resizer
v1.3.0
v1.2.1
v1.2.0
What's Changed
New features
You can execute a custom function after an iframe has been resized. Also, you can use built-in functions
like updateParentScrollOnResize
to help keep the iframe within the viewport after resizing:
import { initialize, updateParentScrollOnResize } from "https://cdn.jsdelivr.net/npm/@open-iframe-resizer/[email protected]/dist/index.min.js";
initialize({ onIframeResize: updateParentScrollOnResize }, "#myIframe");
Full Changelog: v1.1.3...v1.2.0
v1.1.3
v1.1.2
v1.1.1
v1.1.0
Full Changelog: v1.0.0...v1.1.0
[FEATURE] Legacy lib support