html, body { margin: 0; padding: 0; height: 100%; overflow: hidden; /* Prevents scrollbars on the main page if the iframe has its own scrollbars */ } iframe { display: block; /* Removes any default inline-block spacing */ width: 100%; height: 100%; border: none; /* Removes default iframe border */ }