Both main window and iframe are on the same domain, but what I want to achieve is to resize iframe to fit its contents using js only within that iframe.
I also do not know the id of the iframe that is assigned to it by main window. And I do not want to use jquery or any other framework for it.
You can do this also without knowing the
idof theiframein the parent window:See
frameElementat MDN.EDIT
Just in case the
iframehappens to be in a container element which has fixed size andoverflow: hiddenyou can do something like this: