mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
scale external images
This commit is contained in:
parent
579738aff7
commit
2c7da5d0de
4 changed files with 49 additions and 37 deletions
|
@ -400,6 +400,8 @@ function item_post(&$a) {
|
|||
|
||||
$body = preg_replace('/\[\/code\]\s*\[code\]/ism',"\n",$body);
|
||||
|
||||
$body = scale_external_images($body,false);
|
||||
|
||||
/**
|
||||
* Look for any tags and linkify them
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue