diff --git a/include/oembed.php b/include/oembed.php
index e2504b7eb8..910f4aaf9a 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": {