From c2115f8031f83a309da30159c4c96588c7b84e63 Mon Sep 17 00:00:00 2001
From: Sean Madsen <sean@seanmadsen.com>
Date: Fri, 20 Apr 2018 10:17:12 -0400
Subject: [PATCH] Make video full width

ref: https://jameshfisher.com/2017/08/30/how-do-i-make-a-full-width-iframe.html
---
 docs/core/pr-review.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/core/pr-review.md b/docs/core/pr-review.md
index a0886934..7e0cb26d 100644
--- a/docs/core/pr-review.md
+++ b/docs/core/pr-review.md
@@ -8,7 +8,10 @@ When someone [opens a pull request](/tools/git.md#pr) (aka "PR") on CiviCRM Core
 
 ## Video walk-through
 
-<iframe width="560" height="315" src="https://www.youtube.com/embed/s7Tt5PGfHl4?rel=0" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>
+<div style="position:relative;padding-top:63%;">
+  <iframe src="https://www.youtube.com/embed/s7Tt5PGfHl4?rel=0" frameborder="0" allow="encrypted-media" allowfullscreen
+    style="position:absolute;top:0;left:0;width:100%;height:100%;"></iframe>
+</div>
 
 ## Pick a PR
 
-- 
GitLab