/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/wistiaplayer.amp.html
19 строк
707 B
Anders Chen
Add amp-wistia-player in order to load Wistia videos (#12654)
23 янв 2018, 21:30
23 янв 2018, 21:30
8b701cf
Код
Авторство
О чём код?
<!doctype html> <html amp lang="en"> <head> <meta charset="utf-8"> <link rel="canonical" href="amps.html"> <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> <style>body {opacity: 0}</style><noscript><style>body {opacity: 1}</style></noscript> <script async custom-element="amp-wistia-player" data-amp-report-test="amp-wistia-player" src="https://cdn.ampproject.org/v0/amp-wistia-player-0.1.js"></script> <script async src="https://cdn.ampproject.org/v0.js"></script> </head> <body> <amp-wistia-player height=360 width=512 layout="fixed" data-media-hashed-id="u8p9wq6mq8"> </amp-wistia-player> </body> </html>