From 8ee37def81f4ba571adb51ab6e59623fde478449 Mon Sep 17 00:00:00 2001 From: Matt Friedman <maf675@gmail.com> Date: Sun, 30 Mar 2014 14:19:16 -0700 Subject: [ticket/11962] Resize posted images to fit and give them a class PHPBB3-11962 --- phpBB/styles/subsilver2/template/bbcode.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/subsilver2/template/bbcode.html') diff --git a/phpBB/styles/subsilver2/template/bbcode.html b/phpBB/styles/subsilver2/template/bbcode.html index 5558716cad..9ee5acec34 100644 --- a/phpBB/styles/subsilver2/template/bbcode.html +++ b/phpBB/styles/subsilver2/template/bbcode.html @@ -50,7 +50,7 @@ <!-- BEGIN size --><span style="font-size: {SIZE}%; line-height: normal">{TEXT}</span><!-- END size --> -<!-- BEGIN img --><img src="{URL}" alt="{L_IMAGE}" /><!-- END img --> +<!-- BEGIN img --><img src="{URL}" class="postimage" alt="{L_IMAGE}" /><!-- END img --> <!-- BEGIN url --><a href="{URL}" class="postlink">{DESCRIPTION}</a><!-- END url --> -- cgit v1.2.1