Single product image blurry
-
Can someone please explain how i can fix blurry images on productpage?
I am trying to make images same size when uploaded with this code:
add_filter( 'woocommerce_gallery_image_size', function( $size ) { return array( 'width' => '600', 'height' => '600', 'crop' => 0, ); } );
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Single product image blurry’ is closed to new replies.