Closed (works as designed)
Project:
Bbcode
Version:
5.x-2.1
Component:
BBCode Tags
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2008 at 03:36 UTC
Updated:
22 Jun 2009 at 15:18 UTC
Is there a way to set the [img] to have a default max size? Thanks.
Comments
Comment #1
naudefj commentedUnfortunately not.
Comment #2
mr.alinaki commented'#\[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\" />'"