• hitomiie

    (@hitomiie)


    Hi there,

    I’m trying to change the testimonial thumbnail’s size in Sela theme (with Jetpack), from 90×90 px to 120×120 px.

    I’ve tried to change it in functions.php (child theme) but it doesn’t change anything…

    <?php
    add_theme_support( 'post-thumbnails' );
    // Testimonial thumbnail
    add_image_size( 'sela-testimonial-thumbnail', 110, 110, true );

    Does anyone have a clue on how to change that? Thank you 🙂

  • The topic ‘Sela > sela-testimonial-thumbnail’ is closed to new replies.