Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose video controls. #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ <h5 style="color:white">Hilary Oliver, Oliver Sanders, Dave
</a>
</div>

<div style="position:absolute; top:40%; right:10%; padding:10px;
height:180px; width:180px; border:2px solid white; color:white;
border-radius:10px; background:#aaa; font-size:42%">
This is an HTML presentation - use arrow keys to advance the slides
in your browser; hit 'p' to see slide notes in presenter view.
</div>

<div style="position:absolute; bottom:0; width:80%; left:10%; height:200px">

<div style="width:45%; position:absolute; top:0; left:1%">
Expand Down Expand Up @@ -253,7 +260,7 @@ <h1>Cylc (Re-)Introduction</h1>
</div>

<div class="step image" id="intro-cycling-vid" data-rotate="30">
<video onclick="this.paused ? this.play() : this.pause();"
<video controls onclick="this.paused ? this.play() : this.pause();"
style="width:100%; margin-top:20px">
<source src="img/cycling-workflow-10-retries.webm">
Your browser does not support webm video
Expand Down