• nickconnect

    (@nickconnect)


    The hover image appears to be being generated at a size of 360 x 224, which is not in any of my settings. I have tried using the function code to see if that would help but it didn’t.

    add_filter(‘tppif_image_size’, ‘tp_change_fliper_image_size’);
    function tp_change_fliper_image_size($default_image_size) {
    return ‘full’;
    }

    The page I need help with: [log in to see the link]

  • The topic ‘Hover Image Size Wrong’ is closed to new replies.