Created
January 11, 2016 21:07
-
-
Save typeoneerror/79a97dad8ca65ea4766f 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
<!DOCTYPE html> | |
<head> | |
<meta charset='utf-8'> | |
<meta content='IE=edge;chrome=1' http-equiv='X-UA-Compatible'> | |
<title></title> | |
<!-- Add jQuery library --> | |
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> | |
<!-- Add mousewheel plugin (this is optional) --> | |
<script type="text/javascript" src="javascripts/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script> | |
<!-- Add fancyBox --> | |
<link rel="stylesheet" href="javascripts/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" /> | |
<script type="text/javascript" src="javascripts/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script> | |
<script type="text/javascript"> | |
jQuery(function() { | |
$('.fancybox').fancybox(); | |
}); | |
</script> | |
</head> | |
<body> | |
<a data-fancybox-type="iframe" class="fancybox" href="https://www.youtube.com/embed/fMlpCSr0XZ4?autoplay=1">Video</a> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment