Created
September 11, 2020 15:41
-
-
Save GraemeFulton/77deade1f933ce3676bd3f3fc7d9377c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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