Skip to content

Instantly share code, notes, and snippets.

@GraemeFulton
Created September 11, 2020 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GraemeFulton/77deade1f933ce3676bd3f3fc7d9377c to your computer and use it in GitHub Desktop.
Save GraemeFulton/77deade1f933ce3676bd3f3fc7d9377c to your computer and use it in GitHub Desktop.
<!-- Script tags to resize iframe automatically -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.2.11/iframeResizer.min.js"></script>
<script>
iFrameResize({ autoResize: false }, '#studentstatus')
</script>
<iframe
id="studentstatus"
src="https://studentstat.us/form"
style="width: 1px;min-height:600px; min-width: 100%;"
></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment