Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c696cd2

Browse files
authored
fix broken video link
Hi! The dropbox video link seems to be invalid, so I've replaced it with a video from http://camendesign.com/code/video_for_everybody/test.html. It looks like it's creative-commons licensed, so I think we can use it (not a lawyer!).
1 parent 00dbfc5 commit c696cd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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>

0 commit comments

Comments
 (0)