Colorbox Examples

by DannyEnglander

HTML

<script src="http://www.jacklmoore.com/colorbox/jquery.colorbox.js"></script>
<link rel="stylesheet" href="http://www.jacklmoore.com/colorbox/example1/colorbox.css">

    
    <a class="vimeo" href="http://player.vimeo.com/video/318728506?width=400&height=225&iframe=true&autoplay=1">Play vimeo video</a>

JavaScript

$(document).ready(function(){
				$(".vimeo").colorbox({iframe:true, innerWidth:500, innerHeight:409});
			});