OEmbed: Don't output the width of images
This commit is contained in:
parent
d614089582
commit
d53414a333
|
@ -93,7 +93,8 @@ function oembed_format_object($j){
|
||||||
$ret.="<br>";
|
$ret.="<br>";
|
||||||
}; break;
|
}; break;
|
||||||
case "photo": {
|
case "photo": {
|
||||||
$ret.= "<img width='".$j->width."' height='".$j->height."' src='".$j->url."'>";
|
//$ret.= "<img width='".$j->width."' height='".$j->height."' src='".$j->url."'>";
|
||||||
|
$ret.= "<img width='".$j->width."' src='".$j->url."'>";
|
||||||
$ret.="<br>";
|
$ret.="<br>";
|
||||||
}; break;
|
}; break;
|
||||||
case "link": {
|
case "link": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user