Forums

How can I change the image size of items displayed on the carousel (2 posts)

  1. Lenny1975
    Member
    Posted 3 years ago #

    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 100x65. Is there a way of changing the default size to 120x60 (the typical size of the logos we use)?

    Theme is Arthemia Premium by the way.

    Thanks

    Mark

  2. blackhell
    Member
    Posted 3 years ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic