Index: trunk/themes/default/template/comment_list.tpl
===================================================================
--- trunk/themes/default/template/comment_list.tpl	(revision 12676)
+++ trunk/themes/default/template/comment_list.tpl	(revision 12930)
@@ -1,11 +1,21 @@
-{* $Id$ *}
+{if isset($comment_derivative_params)}
+{strip}{html_style}
+.thumbnailCategory DIV.illustration{ldelim}
+	width: {$comment_derivative_params->max_width()+5}px;
+}
+
+.content .thumbnailCategory .description{ldelim}
+	height: {$comment_derivative_params->max_height()+5}px;
+}
+{/html_style}{/strip}
+{/if}
 <ul class="thumbnailCategories">
 {foreach from=$comments item=comment name=comment_loop}
 <li>
 	<div class="thumbnailCategory {if $smarty.foreach.comment_loop.index is odd}odd{else}even{/if}">
-	{if isset($comment.TN_SRC)}
+	{if isset($comment.src_image)}
 	<div class="illustration">
 		<a href="{$comment.U_PICTURE}">
-		<img src="{$comment.TN_SRC}" alt="{$comment.ALT}">
+		<img src="{$pwg->derivative_url($derivative_params, $comment.src_image)}" alt="{$comment.ALT}">
 		</a>
 	</div>
