Title: Gift card thumbnails
Last modified: June 8, 2022

---

# Gift card thumbnails

 *  [actsergi](https://wordpress.org/support/users/actsergi/)
 * (@actsergi)
 * [4 years ago](https://wordpress.org/support/topic/gift-card-thumbnails/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fgift-card-thumbnails%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Juan Coronel](https://wordpress.org/support/users/juaancmendez/)
 * (@juaancmendez)
 * [4 years ago](https://wordpress.org/support/topic/gift-card-thumbnails/#post-15726965)
 * 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.

 * ![](https://ps.w.org/yith-woocommerce-gift-cards/assets/icon-256x256.gif?rev=
   3227932)
 * [YITH WooCommerce Gift Cards](https://wordpress.org/plugins/yith-woocommerce-gift-cards/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-gift-cards/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-gift-cards/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-gift-cards/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-gift-cards/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-gift-cards/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Juan Coronel](https://wordpress.org/support/users/juaancmendez/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/gift-card-thumbnails/#post-15726965)
 * Status: not resolved