• actsergi

    (@actsergi)


    Gift card thumbnails, is there any option so that it doesn’t show me cut ones?

    If you have to upload them in a specific size if you can tell me I would appreciate it, since I have tried making them smaller but then in the larger version they look blurry.

    Cheers
    Thank you

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

Viewing 1 replies (of 1 total)
  • Juan Coronel

    (@juaancmendez)

    Hello there,
    we hope you’re doing well!

    In order to achieve what you need, try adding this code in the functions.php of your active child theme:

    if ( ! function_exists( 'yith_ywgc_preset_image_size_custom' ) ) {
         function yith_ywgc_preset_image_size_custom( $size ) {
              $size = 'woocommerce_single';
              return $size;
         }
         add_filter( 'yith_ywgc_preset_image_size', 'yith_ywgc_preset_image_size_custom', 99, 1 );
    }

    Let us know if it works well for you, please.

    Have a nice day!

Viewing 1 replies (of 1 total)

The topic ‘Gift card thumbnails’ is closed to new replies.