aboutsummaryrefslogtreecommitdiffstats
path: root/include/oembed.php
diff options
context:
space:
mode:
authorZvi ben Yaakov (a.k.a rdc) <coderzvi@infosoc.net>2012-06-23 23:51:08 +0300
committerZvi ben Yaakov (a.k.a rdc) <coderzvi@infosoc.net>2012-06-23 23:51:08 +0300
commit00668aaa71336f48b141c443749a66c58a555503 (patch)
treebd8a9d029ddaebbd1d8385dfd522f689e5d3891c /include/oembed.php
parent5e3e3915e347e4c298498ce0a8c493b9cd03201b (diff)
parent381d0912672cda6575368d242565310a93e202d4 (diff)
downloadvolse-hubzilla-00668aaa71336f48b141c443749a66c58a555503.tar.gz
volse-hubzilla-00668aaa71336f48b141c443749a66c58a555503.tar.bz2
volse-hubzilla-00668aaa71336f48b141c443749a66c58a555503.zip
Merge git://github.com/friendica/friendica
Diffstat (limited to 'include/oembed.php')
-rwxr-xr-xinclude/oembed.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/oembed.php b/include/oembed.php
index e2504b7eb..a4452586e 100755
--- a/include/oembed.php
+++ b/include/oembed.php
@@ -93,7 +93,8 @@ function oembed_format_object($j){
$ret.="<br>";
}; break;
case "photo": {
- $ret.= "<img width='".$j->width."' height='".$j->height."' src='".$j->url."'>";
+ $ret.= "<img width='".$j->width."' src='".$j->url."'>";
+ //$ret.= "<img width='".$j->width."' height='".$j->height."' src='".$j->url."'>";
$ret.="<br>";
}; break;
case "link": {