Last active
August 9, 2022 20:57
-
-
Save flymke/1e38387e01d6c0a36f75c91234fe353f to your computer and use it in GitHub Desktop.
Booklyn iFrame Intergration
This file contains 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
<div class="iframe-holder"> | |
<iframe id="booklynFrame" src="https://<IHRE_SUBDOMAIN>.booklyn.io/embed" width="100%" height="100" scrolling="no" style="border:0"></iframe> | |
<script src="https://booklyn.io/js/iframeResizer.min.js"></script> | |
<script> | |
iFrameResize({ log: false, heightCalculationMethod: 'lowestElement' }, '#booklynFrame'); | |
</script> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment