You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In fogbender package adaptIFrame function is called to change iframe size when window is resizing.
We already have disableFit option in renderIframe. So we might want to support that prop in fogbender-react or add a new one that can do custom resizing logic:
In
fogbender
packageadaptIFrame
function is called to change iframe size when window is resizing.We already have
disableFit
option inrenderIframe
. So we might want to support that prop infogbender-react
or add a new one that can do custom resizing logic:so to override resizing logic, we can simply add something like this in
adaptIFrame
:The text was updated successfully, but these errors were encountered: