A Pen by Janis Skarnelis on CodePen.
Last active
November 3, 2022 03:33
-
-
Save Resurser/cc2724b2de6e2925a4df7806dbac4fab to your computer and use it in GitHub Desktop.
fancybox IFrame & PDF
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
<h2>fancyBox - Iframe</h2> | |
<p> | |
<a data-fancybox data-src="https://codepen.io/fancyapps/full/jyEGGG/" href="javascript:;"> | |
External page | |
</a> | |
<br /> | |
<a data-fancybox data-src="https://mozilla.github.io/pdf.js/web/viewer.html" href="javascript:;"> | |
Sample PDF file | |
</a> | |
</p> |
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 src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> | |
<script src="https://codepen.io/fancyapps/pen/ygyzop.js"></script> |
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
<link href="https://codepen.io/fancyapps/pen/ygyzop.css" rel="stylesheet" /> | |
<link href="https://codepen.io/fancyapps/pen/oBZXWK.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment