Skip to content
Snippets Groups Projects
Commit 4c1d4283 authored by Oliver Tacke's avatar Oliver Tacke
Browse files

HFP-2137 Stop setting height to auto on embed

Content hosted on moodle will not scale to full height when
embedded in moodle. Removing this line doesn't seem to
influence emdedding this content elsewhere or using content
directly.
parent bec41bbd
No related branches found
No related tags found
No related merge requests found
......@@ -89,9 +89,6 @@ document.onreadystatechange = function () {
// Initial setup/handshake is done.
parentIsFriendly = true;
// Make iframe responsive.
iFrame.contentDocument.body.style.height = 'auto';
// Hide scrollbars for correct size.
iFrame.contentDocument.body.style.overflow = 'hidden';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment