Product image issues
-
Hello!
I am using the Astra theme with the elementor page builder, woocommerce and WC lovers marketplace.
The images In my product pages are beeing shown huge on desktop computers, to the point that they look distorte.
I went to Customize->Woocommerce->product images and changed the Image Width but nothing happened, not even after cleaning cache and regenerating thumbnails with the help of a plugin. I have tried several sizes in this parameter, but the images do not change.
I even tried a code snippet with no luck (using code snippets plugin)
The code snippet I am using is:<?php add_filter( 'woocommerce_get_image_size_single', function( $size ) { return array( 'width' => 400, 'height' => '', 'crop' => 0, ); } );
How else can I reduce the size of my product images?
Thanks in advance for any help!!
The page I need help with: [log in to see the link]
- The topic ‘Product image issues’ is closed to new replies.