mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-14 05:36:30 +02:00
[ticket/11962] Resize posted images to fit and give them a class
PHPBB3-11962
This commit is contained in:
@ -404,7 +404,7 @@ class bbcode
|
||||
'i_close' => '</span>',
|
||||
'u_open' => '<span style="text-decoration: underline">',
|
||||
'u_close' => '</span>',
|
||||
'img' => '<img src="$1" alt="' . $user->lang['IMAGE'] . '" />',
|
||||
'img' => '<img src="$1" class="postimage" alt="' . $user->lang['IMAGE'] . '" />',
|
||||
'size' => '<span style="font-size: $1%; line-height: normal">$2</span>',
|
||||
'color' => '<span style="color: $1">$2</span>',
|
||||
'email' => '<a href="mailto:$1">$2</a>'
|
||||
|
Reference in New Issue
Block a user