From c5f5027873daf627b9a5fd73dc902d4b6c6c3ada 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 01b58ddac4d0..38672a2d9ecf 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 5e9626c45b4e..f765ef975bc7 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 | | ---------- | ------------ | ---------------------------------------------------------- |