opensearch-docs-cn/_includes/youtube-player.html
kolchfa-aws 850ce482b9
Adds video capability (#2354)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-02-08 18:44:26 -05:00

15 lines
404 B
HTML

<!--
Copyright (c) 2020 Nathan Lam
https://github.com/nathancy/jekyll-embed-video
-->
<div class="embed-container">
<iframe
src="https://www.youtube.com/embed/{{ include.id }}"
width="640"
height="385"
frameborder="0"
allowfullscreen="true"
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture">
</iframe>
</div>