Skip to content

Commit 441232e

Browse files
committed
fix: video src
1 parent 807df6b commit 441232e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

061-custom video player/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<body>
1616
<h1>Custom Video Player</h1>
1717
<video
18-
src="https://designsupply-web.com/samplecontent/vender/codepen/20181014.mp4"
18+
src="https://www.w3schools.com/html/mov_bbb.mp4"
1919
id="video"
2020
class="screen"
21-
poster="https://images.unsplash.com/photo-1472148439583-1f4cf81b80e0?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1489&q=80"
21+
poster="https://plus.unsplash.com/premium_photo-1683140811960-956e5bbf858e?q=80&w=1489&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
2222
></video>
23-
<!-- Sample Video provided by DesignSupply https://codepen.io/designsupply/pen/zmEWBm -->
23+
<!-- Sample Video provided by w3schools -->
2424
<div class="controls">
2525
<button class="btn" id="play">
2626
<i class="fa fa-play-circle fa-2x"></i>

0 commit comments

Comments
 (0)