Skip to content

Commit 6eba5a4

Browse files
authored
Merge pull request wesbos#152 from snopeks/patch-1
video link appears broken
2 parents 00dbfc5 + dcaac02 commit 6eba5a4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

28 - Video Speed Controller/index-FINISHED.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<body>
99

1010
<div class="wrapper">
11-
<video class="flex" width="765" height="430" src="https://www.dropbox.com/s/nf6jfkwck1glsyo/12%20-%20flex-wrapping-and-columns.mp4?dl=1" loop controls></video>
11+
<video class="flex" width="765" height="430" src="http://clips.vorwaerts-gmbh.de/VfE_html5.mp4" loop controls></video>
12+
<p>
1213
<div class="speed">
1314
<div class="speed-bar"></div>
1415
</div>

28 - Video Speed Controller/index-START.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99

1010
<div class="wrapper">
11-
<video class="flex" width="765" height="430" src="https://www.dropbox.com/s/nf6jfkwck1glsyo/12%20-%20flex-wrapping-and-columns.mp4?dl=1" loop controls></video>
11+
<video class="flex" width="765" height="430" src="http://clips.vorwaerts-gmbh.de/VfE_html5.mp4" loop controls></video>
1212
<div class="speed">
1313
<div class="speed-bar"></div>
1414
</div>

0 commit comments

Comments
 (0)