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

Add video to safety plan - PMT #110581 #31

Merged
merged 1 commit into from Apr 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 3 additions & 4 deletions scripts/templates/safety.html
Expand Up @@ -25,10 +25,9 @@ <h1>My Safety Plan</h1>
<h1>Question 1 of 9</h1>
<h3>Escape Route</h3>
<div class="embed-responsive embed-responsive-16by9">
<!-- <video class="embed-responsive-item" controls="">
<source src="video/VIDFILE.mp4" type="video/mp4"></source>
<source src="video/VIDFILE.webm" type="video/webm"></source>
</video> -->
<video class="embed-responsive-item" controls="">
<source src="video/safety-1.mp4" type="video/mp4"></source>
</video>
</div>
<button type="button" class="btn btn-primary btn-block s2">
OK. Let's plan.
Expand Down
8 changes: 4 additions & 4 deletions worthapp/index.html
Expand Up @@ -1920,10 +1920,10 @@ <h3>
Escape Route
</h3>
<div class="embed-responsive embed-responsive-16by9">
<!-- <video class="embed-responsive-item" controls="">
<source src="video/VIDFILE.mp4" type="video/mp4"></source>
<source src="video/VIDFILE.webm" type="video/webm"></source>
</video> -->
<video class="embed-responsive-item" controls="">
<source src="video/safety-1.mp4" type="video/mp4">
</source>
</video>
</div>
<button class="btn btn-primary btn-block s2" type="button">
OK. Let's plan.
Expand Down
Binary file added worthapp/video/safety-1.mp4
Binary file not shown.