Problem:

When an iframe is nested inside a div element, make sure the div element is set with absolute/relative/fixed positioning and/or set its width and height attributes to the ones of the iframe content (exported width/height values). 

These settings don't apply to everyone!

Solution:

Use the following settings:

  • position: relative;
  • width: 800px;
  • height: 600px;