Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit fcdcbd7

Browse files
author
Matt Gaunt
committed
Disabling fullscreen
1 parent dcb6cdf commit fcdcbd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/jekyll/_plugins/custom_tags/ytvideo.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ def render(context)
5858

5959
out = '<div class="video-wrapper">'
6060
out += '<iframe src="' + iframeSrcUrl +'" '
61-
out += 'class="devsite-embedded-youtube-video" allowfullscreen '
61+
# out += 'class="devsite-embedded-youtube-video" allowfullscreen '
62+
out += 'class="devsite-embedded-youtube-video" '
6263
out += 'data-video-id="' + @videoId +'" '
6364
out += 'data-autohide="1" data-modestbranding="1" data-controls="2" '
6465
out += 'data-utm-source="crdev-wf" data-showinfo="0" frameborder="0">'

0 commit comments

Comments
 (0)