[git] gnupg-doc - branch, preview, updated. ab675d51e5e33ca60602d78b4e4d35d977dc8a2d
by Marcus Brinkmann
cvs at cvs.gnupg.org
Thu May 11 18:49:16 CEST 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".
The branch, preview has been updated
via ab675d51e5e33ca60602d78b4e4d35d977dc8a2d (commit)
from 316072fc3cb9bf0fb33832b9df4c23a7a84bf65a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ab675d51e5e33ca60602d78b4e4d35d977dc8a2d
Author: Marcus Brinkmann <marcus.brinkmann at ruhr-uni-bochum.de>
Date: Thu May 11 18:49:12 2017 +0200
web: Allow fullscreen for youtube embedding. Ref T3149.
diff --git a/web/donate/index.org b/web/donate/index.org
index 0373732..494c2d0 100644
--- a/web/donate/index.org
+++ b/web/donate/index.org
@@ -58,7 +58,7 @@
</div>
<div class="col-xs-12 col-lg-8">
<div class="embed-responsive embed-responsive-16by9 camp-video">
- <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/yB3V1YP8cKw"></iframe>
+ <iframe class="embed-responsive-item" allowfullscreen="0" src="https://www.youtube.com/embed/yB3V1YP8cKw"></iframe>
</div>
</div>
@@ -154,7 +154,7 @@
<div class="row">
<div class="col-lg-10 col-lg-offset-0">
<div class="embed-responsive embed-responsive-16by9">
- <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/DLzxrzFCyOs"></iframe>
+ <iframe class="embed-responsive-item" allowfullscreen="0" src="https://www.youtube.com/embed/DLzxrzFCyOs"></iframe>
</div>
</div>
</div>
-----------------------------------------------------------------------
Summary of changes:
web/donate/index.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
The GnuPG website and other docs
http://git.gnupg.org
More information about the Gnupg-commits
mailing list