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

Поділитися
Вставка
  • Опубліковано 1 лис 2024

КОМЕНТАРІ • 47

  • @christianlambright7995
    @christianlambright7995 Рік тому +2

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

  • @teachietings
    @teachietings Рік тому +4

    Thank you! The first thing you suggested, worked.

  • @Graphdevigner
    @Graphdevigner 9 місяців тому +2

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

  • @peternielstrup1914
    @peternielstrup1914 7 місяців тому +1

    thanks. Just scaling the image to more pixels worked.

  • @DarweshMuhammad-v2l
    @DarweshMuhammad-v2l 2 місяці тому

    Thank you, a great help and well made tutorial.

  • @saeros9779
    @saeros9779 4 місяці тому +1

    thank you really this helped! its working for me!

  • @marylou5267
    @marylou5267 2 місяці тому

    Thank you so much for this tutorial !!!

  • @khatulistiwaequator7135
    @khatulistiwaequator7135 Рік тому +1

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

  • @MohamedMuzammil
    @MohamedMuzammil Місяць тому

    Thank you - this helped fix my problem

  • @Zero1jp
    @Zero1jp Рік тому +2

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

  • @estebanlopez5372
    @estebanlopez5372 2 місяці тому

    Love you! Thank you so much!

  • @aisearch6747
    @aisearch6747 10 місяців тому +1

    Thanks! Please keep it up.

  • @tarsisfernandes8771
    @tarsisfernandes8771 3 місяці тому

    Thank you so much! It worked!

  • @Thomas-tn4ob
    @Thomas-tn4ob Рік тому +1

    Brother you are amazing

  • @rajmodernmagic
    @rajmodernmagic 5 місяців тому

    Thank You Sooo Much... solve my problem

  • @deltablog7369
    @deltablog7369 Рік тому +1

    It worked, Thanks for the video

  • @bazaarooh
    @bazaarooh Рік тому +1

    Worked bro thanks ❤

  • @as7safa306
    @as7safa306 8 місяців тому

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

  • @jobindiatoday
    @jobindiatoday Рік тому +1

    thank you bro its very useful

  • @SportsTalpakan
    @SportsTalpakan Рік тому +1

    Thank You brother!!

  • @NatthaphongKUN
    @NatthaphongKUN 3 місяці тому

    ohh thank you so much !!!

  • @thecookingshorts
    @thecookingshorts Рік тому +1

    respect brother

  • @getabubutage7643
    @getabubutage7643 Рік тому +1

    thank you very much

  • @computaristgamer
    @computaristgamer 6 місяців тому

    thanks a lot php code helps me out

  • @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!

  • @kashfulbangladesh
    @kashfulbangladesh Рік тому +1

    thank you so much ☺️

  • @ramzishbeir5095
    @ramzishbeir5095 Рік тому +1

    thank you

  • @letsmakeit8748
    @letsmakeit8748 Рік тому +1

    Thankyou❤

  • @romeshsingh319
    @romeshsingh319 Рік тому +1

    Thanks

  • @liyaocreative
    @liyaocreative Рік тому

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

    • @webstylepress
      @webstylepress  Рік тому

      Missing File Editor: ua-cam.com/video/PcMBPYAMHnw/v-deo.html

  • @Harshveersingh14
    @Harshveersingh14 6 місяців тому +1

    thanks

  • @as7safa306
    @as7safa306 Рік тому

    What if none of them worked for me ?

  • @RaviJhag
    @RaviJhag Рік тому

    hey need your help
    this video helps me partially

  • @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') : '';
      }

  • @borjessonhugo
    @borjessonhugo Рік тому +1

    I love you

  • @mamicicekel
    @mamicicekel 5 місяців тому

    W

  • @MotivoPrime
    @MotivoPrime Рік тому

    Thank you so much it helped me and fixed my problem

  • @Lashhubbi
    @Lashhubbi Рік тому +1

    Thank you❤