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
The iFrameResize([{options}],[selector]) call only accepts a string selector as its second parameter. I've got code that is creating iframes dynamically with no unique ID or selector. I'd be great if this function could also accept simply the iframe Element as its second parameter.
The text was updated successfully, but these errors were encountered:
The
iFrameResize([{options}],[selector])
call only accepts a string selector as its second parameter. I've got code that is creating iframes dynamically with no unique ID or selector. I'd be great if this function could also accept simply the iframeElement
as its second parameter.The text was updated successfully, but these errors were encountered: