HTML5 video lightbox

HTML
1
<div class="summary">The links below
    will open a video light box that
    will never exede the height or
    width of your current window when
    it is opened or resized. It will
    dynamically load a video url
    based on the vidUrl attribute
    .</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
CSS
1
2
body{
font-family:sans-serif;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
JAVASCRIPT
1
2
$( document ).ready(function() {
$('.video-link').click(function() {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Expand for more options Login