Resize thumbnail images in list view

Discussion in 'ClassiCraft WordPress Theme' started by themotorcycledude, Aug 15, 2013.

Thread Status:
Not open for further replies.
  1. themotorcycledude

    themotorcycledude Member

    Joined:
    Jul 11, 2013
    Messages:
    83
    Likes Received:
    0
    Hi, I'm wondering how I can resize image thumbnails, I tried to change the following in index.php but it didn't work:

    <?php cc_get_thumbnail(48, 48); ?>
    <?php } else { ?>
    <?php cc_get_image(48, 48, '', $postimg); ?>

    Thanks
     
  2. themotorcycledude

    themotorcycledude Member

    Joined:
    Jul 11, 2013
    Messages:
    83
    Likes Received:
    0
    I found out that this is controlled via CSS.

    ul.list .thumbs img {}
     
Thread Status:
Not open for further replies.

Share This Page