Skip to content

Commit 6579ae9

Browse files
authored
Video examples on amp.dev (#6785)
1 parent 6c679e7 commit 6579ae9

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

examples/source/1.components/amp-vine.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
A Vine embed has equal width and height. You can find the `vineid` in the each vine's URL.
3232
-->
3333
<amp-vine width="400" height="400"
34-
data-vineid="MdKjXez002d">
34+
data-vineid="bpxmJaHED09">
3535
</amp-vine>
3636

3737
<!-- ## Responsive layout -->
3838
<!--
3939
Resposive layout works as well. In that case you can use any value for `height` and `width` as long as they are the same.
4040
-->
4141
<amp-vine width="1" height="1" layout="responsive"
42-
data-vineid="MdKjXez002d">
42+
data-vineid="bpxmJaHED09">
4343
</amp-vine>
4444
</body>
4545
</html>

examples/source/multimedia-animations/Integrating_Videos_in_AMP_an_Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<amp-vine width="400"
154154
height="400"
155155
layout="responsive"
156-
data-vineid="MdKjXez002d">
156+
data-vineid="bpxmJaHED09">
157157
</amp-vine>
158158
<!-- ### amp-youtube -->
159159
<!--

examples/source/multimedia-animations/Video_Carousels_with_amp-carousel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
</amp-springboard-player>
132132
<amp-twitter width="375" height="472" layout="responsive" data-tweetid="707569406105092096"></amp-twitter>
133133
<amp-vimeo data-videoid="27246366" width="500" height="281"></amp-vimeo>
134-
<amp-vine width="400" height="300" layout="responsive" data-vineid="MdKjXez002d"></amp-vine>
134+
<amp-vine width="400" height="300" layout="responsive" data-vineid="bpxmJaHED09"></amp-vine>
135135
<amp-youtube height="270" layout="fixed-height" data-videoid="SOx1XfOjJPI"></amp-youtube>
136136
<amp-iframe title="Video of Sintel, an independently produced short film"
137137
width="400"

examples/static/samples/files/amp-video-iframe-videojs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<link href="https://vjs.zencdn.net/7.3.0/video-js.css" rel="stylesheet">
5+
<link href="https://vjs.zencdn.net/8.10.0/video-js.css" rel="stylesheet">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<script async src="https://cdn.ampproject.org/video-iframe-integration-v0.js"></script>
88
<style type="text/css">
@@ -29,7 +29,7 @@
2929
</p>
3030
</video>
3131

32-
<script src="https://vjs.zencdn.net/7.3.0/video.js"></script>
32+
<script src="https://vjs.zencdn.net/8.10.0/video.js"></script>
3333

3434
<!-- Integration script -->
3535
<script>

examples/static/samples/files/custom-video-player.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="ie=edge">
66
<title>Custom Video Player</title>
7-
<link href="https://vjs.zencdn.net/7.6.6/video-js.css" rel="stylesheet" />
7+
<link href="https://vjs.zencdn.net/8.10.0/video-js.css" rel="stylesheet" />
88

9-
<!-- If you'd like to support IE8 (for Video.js versions prior to v7) -->
10-
<script src="https://vjs.zencdn.net/ie8/1.1.2/videojs-ie8.min.js"></script>
119
<script async src="https://cdn.ampproject.org/video-iframe-integration-v0.js"></script>
1210

1311
</head>
@@ -33,7 +31,7 @@
3331

3432
</video>
3533

36-
<script src="https://vjs.zencdn.net/7.6.6/video.js"></script>
34+
<script src="https://vjs.zencdn.net/8.10.0/video.js"></script>
3735
<script>
3836
// Wait for API to initialize
3937
(window.AmpVideoIframe = window.AmpVideoIframe || [])

0 commit comments

Comments
 (0)