I need an help…I am using JA Ruby, and for the artciles I always use photo 200 x200 pixel. But if i insert one in front page it comes very big. There is any way to fix the size pictures in front page???
Thank you
I opened tge defaul.php in front page but it is not working
//Leading image size
$this->imageWidth = 200;
$this->imageHeight =200;
echo $this->loadTemplate(‘item’); ?>
</div>
<span class=”leading_separator<?php echo $this->params->get(‘pageclass_sfx’); ?>”> </span>
<?php endfor; ?>
<?php $introcount = $this->params->def(‘num_intro_articles’, 4);
//intro image size
$this->imageWidth = 120;
$this->imageHeight = 120;
if ($introcount) :
$colcount = $this->params->def(‘num_columns’, 2);
if ($colcount == 0) :
$colcount = 1;