script(src="/lib/jquery/jquery-1.10.2.min.js")
script(type="text/javascript", src="/lib/projekktor/projekktor.min.js")
link(rel="stylesheet", href="/lib/projekktor/themes/projekktor.style.css", type="text/css", media="screen")

video(id="projekktor", class="projekktor", preload="auto", data-setup='', width="#{width}", height="#{height}", poster="#{thumbnailUrl}")
    source(src="#{s3Url}", type='video/mp4')

script(type="text/javascript").
    $(document).ready(function() {
        projekktor('#projekktor', {
        controls: true,
        iframe: true
        });
    })
