I ran into the same problem, I was pulling an iframe into a div. Try this:
The height is set to 100vh which stands for viewport height. Also, the width could be set to 100vw, although you'll likely run into problems if the source file is responsive (your frame will become very wide).