From: rabuzarus <>
Date: Sun, 4 Dec 2016 13:55:57 +0000 (+0100)
Subject: Bugfix: Fix full screen for embedded videos
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5ca93d054104b4af964263ec5b054806b5222bba;p=friendica.git
Bugfix: Fix full screen for embedded videos
---
diff --git a/include/oembed.php b/include/oembed.php
index a3d2deaca0..5abd03b617 100755
--- a/include/oembed.php
+++ b/include/oembed.php
@@ -261,7 +261,7 @@ function oembed_iframe($src, $width, $height) {
$width = '100%';
$s = App::get_baseurl() . '/oembed/'.base64url_encode($src);
- return '';
+ return '';
}