Skip to content

Commit 457dd98

Browse files
committed
[proj. Starbuzz] Add tag "video", blog.html
Organization of video playback, according to the appropriate format. LP from Books
1 parent 0e51ead commit 457dd98

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"compl",
1515
"img's",
1616
"rosehips",
17-
"splenda"
17+
"splenda",
18+
"theora",
19+
"vorbis"
1820
]
1921
}

Learning_HTML_CSS_Freeman_E/Starbuzz/html/blog.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ <h1>Starbuzz meets social media</h1>
5252
to mention a few more things the tech folks know about, because hey, I'm just the coffee guy).</p>
5353
<p>So, keep your eyes out for this amazing new cup. And I'll be releasing a video teaser soon to tell you all
5454
about this new invention, straight from Starbuzz Coffee.</p>
55+
<video id="video" controls width="512" height="288" poster="../images/poster.png">
56+
<source src="../video/tweetsip.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
57+
<source src="../video/tweetsip.webm" type='video/webm; codecs="vp8, vorbis"'>
58+
<source src="../video/tweetsip.ogv" type='video/ogg; codecs="theora, vorbis"'>
59+
<p>Sorry, your browser does not support the element<video></p>
60+
</video>
5561
</article>
5662
<article>
5763
<header>

0 commit comments

Comments
 (0)