Fluid video wrapper for docs <iframe> embeds

This commit is contained in:
kitajchuk
2021-05-16 11:53:38 -07:00
parent 2d3b9fcad1
commit ea77ea4e14
5 changed files with 28 additions and 4 deletions
+3 -1
View File
@@ -2,4 +2,6 @@
This video tutorial shows you how to start building jambonz applications using the Node.js SDK. Examples of building applications that involve handling user speech input as well as integrating with Google Dialogflow and Amazon Lex are covered in this introductory video.
<iframe width="560" height="315" src="https://www.youtube.com/embed/42jcqyvCstU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="video-wrap">
<iframe width="560" height="315" src="https://www.youtube.com/embed/42jcqyvCstU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>