Skip to content

Commit bb89cd0

Browse files
committed
Youtube changes
1 parent 638e49f commit bb89cd0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ngrok http 3000
4747
We are assuming the steps to create Chatbot stories and other fucntions are known. If not please refer thier documentation page.
4848

4949
You can check below for a short demo
50-
{% include youtubePlayer.html id=UDnbDbsZPDA %}
50+
{% include youtubePlayer.html %}
5151

5252
Below are few screenshots for your reference:
5353

_includes/youtubePlayer.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<div class="embed-container">
22
<iframe
3-
src="https://www.youtube.com/embed/{{ include.id }}"
4-
width="700"
3+
src="https://www.youtube.com/embed/UDnbDbsZPDA"
4+
width="850"
55
height="480"
66
frameborder="0"
7-
allowfullscreen="">
7+
allowfullscreen=""
8+
autoplay="true">
89
</iframe>
910
</div>

0 commit comments

Comments
 (0)