Top Category image size with Subcategories
Hi,
I have been reading forum about category image sizes but can't see any solution to make category image smaller when it is displayed with subcategory links on category page.
I have set up all the images to be 100px wide on Admin -> Configuration -> Images but still my category image is as big as the picture is in reality. I would not like to make separate pictures for categories but I use the quite small (about 200 px wide) picture that I need for other images on the webshop.
I looked also the template for the categories (tpl_index_categories.php) and I do not see there would be anything to say for ZC to put the image in the size of set up in configuration. What should I do?
if (PRODUCT_LIST_CATEGORIES_IMAGE_STATUS_TOP == 'true') {
// categories_image
if ($categories_image = zen_get_categories_image($current_category_id)) {
?>
<div id="categoryImgListing" class="categoryImg"><?php echo zen_image(DIR_WS_IMAGES . $categories_image); ?></div>
<?php
}
} // categories_image
?>
Thanks in advance!
Elli
I may be blond but at least I found Zen.