scale external images

This commit is contained in:
friendica 2012-02-25 14:22:51 -08:00
parent 579738aff7
commit 2c7da5d0de
4 changed files with 49 additions and 37 deletions

View file

@ -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
*/