Created
September 24, 2019 14:59
-
-
Save No3x/bd0ad312de282589dcb817dbd2ce2d8f 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
<!-- Activate responsiveness in the "child" page --> | |
<script src="https://cdn.jsdelivr.net/gh/npr/responsiveiframe/dist/jquery.responsiveiframe.js"></script> | |
<script> | |
var ri = responsiveIframe(); | |
ri.allowResponsiveEmbedding(); | |
</script> | |
<div>The Content</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment