Skip to content

Instantly share code, notes, and snippets.

@flymke
Last active August 9, 2022 20:57
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 flymke/1e38387e01d6c0a36f75c91234fe353f to your computer and use it in GitHub Desktop.
Save flymke/1e38387e01d6c0a36f75c91234fe353f to your computer and use it in GitHub Desktop.
Booklyn iFrame Intergration
<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