From d53414a333964026c26c3acee0d953e742a9a633 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 18 Jun 2012 08:49:35 +0200 Subject: OEmbed: Don't output the width of images --- include/oembed.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/oembed.php b/include/oembed.php index e2504b7eb..910f4aaf9 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -93,7 +93,8 @@ function oembed_format_object($j){ $ret.="
"; }; break; case "photo": { - $ret.= ""; + //$ret.= ""; + $ret.= ""; $ret.="
"; }; break; case "link": { -- cgit v1.2.3