From b8b1e029db5f2354ed7ba621b9688050cfd2ddb7 Mon Sep 17 00:00:00 2001 From: m0ndnacht <42118613+m0ndnacht@users.noreply.github.com> Date: Sun, 17 Mar 2019 12:33:49 +0100 Subject: [PATCH] fixed some semantical issues (#33465) --- .../html/tutorials/embedding-youtube-videos/index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/guide/english/html/tutorials/embedding-youtube-videos/index.md b/guide/english/html/tutorials/embedding-youtube-videos/index.md index 47a2abac45..71619300d4 100644 --- a/guide/english/html/tutorials/embedding-youtube-videos/index.md +++ b/guide/english/html/tutorials/embedding-youtube-videos/index.md @@ -3,7 +3,7 @@ title: Embedding Youtube Videos --- ## Embedding Youtube Videos -You've probably seen a lot of embedded videos on your favourite websites. So, how do we embed YouTube videos for our own website? Simple! In order to embed a YouTube video, we'll need an ` ``` +Inserted values are recommended, but feel free to change them in a way that you would like. + #### Autoplay -What should we do if we would like to make this player starting automatically playing? Just add to your link value `?autoplay=1`. But be careful, because it can be annoying for a lot of people visiting your webpage. +What should we do if we would like to make this player start playing automatically? Just add to your link value `?autoplay=1`. But be careful, because it can be annoying for a lot of people visiting your webpage. ```html ``` +Inserted values are recommended, and feel free to change them however you like. + ## YouTube Loop Value 0 (default): The video will play only once.