There's a div including a picture set to fit the screen height.
It works except being in an iframe, the height becomes the content height which equals to the scroll height but not the screen height.
Is there any method to let the div in the iframe grabs the real screen height or its parents' screen height?
Or can I write a script to catch the real screen height and fake it as the screen height to be caught by the elements in the iframe without doing any modification in the iframe?