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>";
|
||||
}; break;
|
||||
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>";
|
||||
}; break;
|
||||
case "link": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user