Fix Blurry Product Images in WordPress | How to Change Product Image Size in WooCommerce

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 48

  • @christianlambright7995
    @christianlambright7995 ปีที่แล้ว +2

    Thank you! Nothing had worked until adding that block of code to functions.php! Hallelujah!

  • @Graphdevigner
    @Graphdevigner 11 หลายเดือนก่อน +2

    Thank you, a great help and well made tutorial. 🤓

  • @teachietings
    @teachietings ปีที่แล้ว +4

    Thank you! The first thing you suggested, worked.

  • @khatulistiwaequator7135
    @khatulistiwaequator7135 ปีที่แล้ว +1

    Thank you very much. I have solved my woocommerce blurry images with your help

  • @peternielstrup1914
    @peternielstrup1914 9 หลายเดือนก่อน +1

    thanks. Just scaling the image to more pixels worked.

  • @DarweshMuhammad-v2l
    @DarweshMuhammad-v2l 4 หลายเดือนก่อน

    Thank you, a great help and well made tutorial.

  • @saeros9779
    @saeros9779 6 หลายเดือนก่อน +1

    thank you really this helped! its working for me!

  • @MohamedMuzammil
    @MohamedMuzammil 3 หลายเดือนก่อน

    Thank you - this helped fix my problem

  • @Zero1jp
    @Zero1jp ปีที่แล้ว +2

    Thank you so much Bro!!! the best!!!

  • @Thomas-tn4ob
    @Thomas-tn4ob ปีที่แล้ว +1

    Brother you are amazing

  • @tarsisfernandes8771
    @tarsisfernandes8771 5 หลายเดือนก่อน

    Thank you so much! It worked!

  • @teban-lopez
    @teban-lopez 3 หลายเดือนก่อน

    Love you! Thank you so much!

  • @marylou5267
    @marylou5267 4 หลายเดือนก่อน

    Thank you so much for this tutorial !!!

  • @deltablog7369
    @deltablog7369 ปีที่แล้ว +1

    It worked, Thanks for the video

  • @aisearch6747
    @aisearch6747 ปีที่แล้ว +1

    Thanks! Please keep it up.

  • @bazaarooh
    @bazaarooh ปีที่แล้ว +1

    Worked bro thanks ❤

  • @rajmodernmagic
    @rajmodernmagic 7 หลายเดือนก่อน

    Thank You Sooo Much... solve my problem

  • @jobindiatoday
    @jobindiatoday ปีที่แล้ว +1

    thank you bro its very useful

  • @NatthaphongKUN
    @NatthaphongKUN 5 หลายเดือนก่อน

    ohh thank you so much !!!

  • @MotivoPrime
    @MotivoPrime ปีที่แล้ว

    Thank you so much it helped me and fixed my problem

  • @SportsTalpakan
    @SportsTalpakan ปีที่แล้ว +1

    Thank You brother!!

  • @kashfulbangladesh
    @kashfulbangladesh ปีที่แล้ว +1

    thank you so much ☺️

  • @thecookingshorts
    @thecookingshorts ปีที่แล้ว +1

    respect brother

  • @getabubutage7643
    @getabubutage7643 ปีที่แล้ว +1

    thank you very much

  • @letsmakeit8748
    @letsmakeit8748 ปีที่แล้ว +1

    Thankyou❤

  • @oshivski2124
    @oshivski2124 ปีที่แล้ว +1

    The code used to work perfectly in the past, but now it generates two thumbnail images, one on the top blurry and one underneath sharp. Any suggestions? Thanks!

  • @computaristgamer
    @computaristgamer 8 หลายเดือนก่อน

    thanks a lot php code helps me out

  • @ramzishbeir5095
    @ramzishbeir5095 ปีที่แล้ว +1

    thank you

  • @romeshsingh319
    @romeshsingh319 ปีที่แล้ว +1

    Thanks

  • @Harshveersingh14
    @Harshveersingh14 8 หลายเดือนก่อน +1

    thanks

  • @as7safa306
    @as7safa306 9 หลายเดือนก่อน

    this fixed my blurry catalog images but my gallery images once you click on the product is still blurry hope you can help, Thanks

    • @farrmotorsport
      @farrmotorsport หลายเดือนก่อน

      I have the same problem…did you find a solution?

  • @liyaocreative
    @liyaocreative ปีที่แล้ว

    My settings doesn't have Theme File Editor.... what do i do

    • @webstylepress
      @webstylepress  ปีที่แล้ว

      Missing File Editor: th-cam.com/video/PcMBPYAMHnw/w-d-xo.html

  • @RaviJhag
    @RaviJhag ปีที่แล้ว

    hey need your help
    this video helps me partially

  • @as7safa306
    @as7safa306 ปีที่แล้ว

    What if none of them worked for me ?

  • @borjessonhugo
    @borjessonhugo ปีที่แล้ว +1

    I love you

  • @wsaintphilippe
    @wsaintphilippe ปีที่แล้ว

    can you write the css code please

    • @xknmusic74
      @xknmusic74 ปีที่แล้ว

      remove_action( 'woocommerce_before_shop_loop_item_title','woocommerce_template_loop_product_thumbnail',10);
      add_action ( 'woocommerce_before_shop_loop_item_title','custom_template_loop_product_thumbnail',10);
      function custom_template_loop_product_thumbnail(){
      global $product;
      $size = 'woocommerce_thumbnail';
      $image_size = apply_filters('single_product_archive_thumbnail_size',$size);
      echo $product ? $product->get_image('medium') : '';
      }

  • @mamicicekel
    @mamicicekel 6 หลายเดือนก่อน

    W

  • @Lashhubbi
    @Lashhubbi ปีที่แล้ว +1

    Thank you❤