Skip to content

Commit

Permalink
Update image.tpl
Browse files Browse the repository at this point in the history
Making "first time" thumb and "every other time" thumb the same size.
  • Loading branch information
mindeffects committed Jun 29, 2015
1 parent d9268e1 commit 626201d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ Ext.onReady(function() {
d.update('');
} else {
{/literal}
d.update('<img src="{$_config.connectors_url}system/phpthumb.php?h=150&w=150&src='+data.url+'&wctx={$ctx}&source={$source}" alt="" />');
d.update('<img src="{$_config.connectors_url}system/phpthumb.php?w=400&src='+data.url+'&wctx={$ctx}&source={$source}" alt="" />');
{literal}
}
}}
Expand Down

0 comments on commit 626201d

Please sign in to comment.