• I’m using the image space on the carousel to display logos however they can’t just be squeezed into the default image size of 100×65. Is there a way of changing the default size to 120×60 (the typical size of the logos we use)?

    Theme is Arthemia Premium by the way.

    Thanks

    Mark

Viewing 1 replies (of 1 total)
  • find this on the header.php <div id=”featured”> and go to

    <img src=”<?php echo bloginfo(‘template_url’); ?>/scripts/timthumb.php?src=/<?php $values = get_post_custom_values(“Image”); echo $values[0]; ?>&w=65&h=65&zc=1&q=100″ alt=”<?php the_title(); ?>” class=”left” width=”65px” height=”65px” /><?php } ?>

    here you can change the width and height

Viewing 1 replies (of 1 total)
  • The topic ‘How can I change the image size of items displayed on the carousel’ is closed to new replies.