From 8fd8a0ff3d42319b41d16a9b8bedcd85ee9fbd28 Mon Sep 17 00:00:00 2001 From: Maxime Michel Date: Wed, 21 Nov 2018 20:06:26 +0100 Subject: [PATCH] Use privacy aware embed options for YouTube & Vimeo (#1964) --- _includes/video | 4 ++-- docs/_docs/14-helpers.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/video b/_includes/video index 01b58dda..38672a2d 100644 --- a/_includes/video +++ b/_includes/video @@ -4,8 +4,8 @@
{% if video_provider == "vimeo" %} - + {% elsif video_provider == "youtube" %} - + {% endif %}
diff --git a/docs/_docs/14-helpers.md b/docs/_docs/14-helpers.md index 5e9626c4..f765ef97 100644 --- a/docs/_docs/14-helpers.md +++ b/docs/_docs/14-helpers.md @@ -173,7 +173,7 @@ And then drop-in the feature row include in the body where you'd like it to appe ## Responsive Video Embed -Embed a video from YouTube or Vimeo that responsively sizes to fit the width of its parent. +Embed a video from YouTube or Vimeo that responsively sizes to fit the width of its parent. To help with GDPR compliance, the theme is using the privacy enhanced version of both providers out of the box. | Parameter | Required | Description | | ---------- | ------------ | ---------------------------------------------------------- |