From c94266bdbf777a2cecaa26a5eae558cdf3bdf4fc Mon Sep 17 00:00:00 2001 From: dgash Date: Fri, 5 Feb 2016 12:48:12 -0800 Subject: [PATCH] Copy edit Spelling, grammar, punctuation, markdown formatting; no significant content changes. --- extensions/amp-youtube/amp-youtube.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/extensions/amp-youtube/amp-youtube.md b/extensions/amp-youtube/amp-youtube.md index e077e1c4ae5d..ba604a3b819a 100644 --- a/extensions/amp-youtube/amp-youtube.md +++ b/extensions/amp-youtube/amp-youtube.md @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -### `amp-youtube` +## `amp-youtube` Displays a Youtube video. @@ -23,16 +23,13 @@ Example: + width="480" height="270"> + ``` +With responsive layout, the width and height from the example should yield correct layouts for 16:9 aspect ratio videos. - -With responsive layout the width and height from the example should yield correct layouts for 16:9 aspect ratio videos - -#### Attributes +### Attributes **data-videoid** -The Youtube video id found in every Youtube video page URL - -E.g. in https://www.youtube.com/watch?v=Z1q71gFeRqM Z1q71gFeRqM is the video id. +The Youtube video ID found in every Youtube video page URL. For example, in the URL `https://www.youtube.com/watch?v=Z1q71gFeRqM`, "Z1q71gFeRqM" is the video ID.