• Resolved cutu234

    (@cutu234)


    We use the PRO version, but this should not make a difference here. We have 3 major issues:

    1. Is it possible to delete the original image after scaling? It doesn’t make sense to keep it on the server. It will only blow up the uploads folder.

    2. All images are scaled, but where can I set the dimensions for the main image? In our case, most images are originally around 2800px wide. They are scaled to 2560px. Why 2560px? Where does this value come from? It is still far too big.

    3. The Woocommerce product images are set to 600x600px. Everything is created perfectly. However, it is not USED on the frontend. The product image is the super large scaled image described in 2 of this list. See for yourself, please:

    https://bilder.world/produkt/g-20-010-waldesruh-gerahmt/

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nabil Lemsieh

    (@nlemsieh)

    Hi @cutu234

    1) Not at the moment, but this will be available as an option in the future release.

    2) Big images are scaled by WordPress to 2560px by default, you can change it by adding this code snippet to your child theme functions.php or use the Code Snippets plugin:

    add_filter( 'big_image_size_threshold', function(){
        return 2560;
    });

    3) The link is broken. But I’ve checked some other product pages and they are correctly using the 600×600 size.

    I hope this helps! Let me know if you have any further questions.

    Thread Starter cutu234

    (@cutu234)

    Thank you very much for the reply. I have to apologize for not updating my answer earlier. The scaled image was, of course the built-in WordPress feature. Your plugin works perfectly fine. Again, sorry for wasting your time. It was my mistake.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images are resized, but not used as product images’ is closed to new replies.