How Optimize WooCommerce Product Image Size

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

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

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

    Super helpful video! Was able to solve the blurriness on my images.

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

    Such an informative, jam-packed video that gives a lot of useful information. thanks for opening my eyes & mind to various ways to solving this challenge.

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

      Glad it was helpful!

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

    Hello am new here. I've got a bit of a problem. In my woocommerce store I have connected my dropshipping store but the icons on the backend of my woocommerce store are too small. Any help would be appreciated.

  • @ulas-2023
    @ulas-2023 หลายเดือนก่อน

    is there a way to resize the image without a plugin? When opening a single product, its size is too big. I tried with custom css but its not working. i also uploaded it as a smaller picture but its still being resized to a very big size.

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

      You can try custom code to your themes function.php file like:
      add_action('after_setup_theme', 'custom_woocommerce_image_sizes');
      function custom_woocommerce_image_sizes() {
      add_theme_support('woocommerce', array(
      'single_image_width' => 600, // Adjust single product image size
      'thumbnail_image_width' => 300, // Adjust grid thumbnail size
      ));
      }

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

    👍👍👋

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

      Happy to help ☺️