diff --git a/views/example2.jade b/views/example2.jade index 5166084..6303472 100644 --- a/views/example2.jade +++ b/views/example2.jade @@ -3,7 +3,7 @@ h2 Hack #30 Create Custom Video Controls with Video APIs video(id='myVideo', width='480', controls, height='360', poster='examples/sanfran.jpg', src='examples/sanfran.m4v') track(src="/examples/subtitles.vtt", type="text/vtt", kind="subtitles", srclang="en", label="English", default) - div(style='margin-bottom:30px) + div(style='margin-bottom:30px') button.button.skipBack skip back button.button.stop stop button.button.play play