opensearch-docs-cn/_includes/youtube-player.html

15 lines
404 B
HTML
Raw Normal View History

<!--
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>