Is there a way to set the [img] to have a default max size? Thanks.

Comments

naudefj’s picture

Status: Active » Closed (works as designed)

Unfortunately not.

mr.alinaki’s picture

'#\[img=(\d+)x(\d+)(?::\w+)?\]([\w:;&,~%+!=@\/\.\-\#\?]+)\[/img(?::\w+)?\]#sie' => "'<img width=\"'.min('\\1', 500).'\" height=\"'.'\\2'*(min('\\1', 500)/'\\1').'\" alt=\"\" src=\"\\3\" class=\"bb-image\" />'"