File tree Expand file tree Collapse file tree 5 files changed +8
-10
lines changed
Expand file tree Collapse file tree 5 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 <!--
Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 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 ">
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 >
Original file line number Diff line number Diff line change 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 >
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 || [ ] )
You can’t perform that action at this time.
0 commit comments