Images still blurry
-
Hi!
I’ve tried many sliders today and yours is the most promising.
The only issue I’m having is that I want smaller images and smaller blocks overall.
I added the woo_image=”false” to the shortcode, added the code to functions.php, just changed the ‘large’ to ‘thumbnail’, but the images are still the same size, just blurry.Any idea what I’m not doing right?
Note that I also deleted the <?php, because it woulnd’t accept it, because it shows it as a mistake because of the <
/**
* Add this code on your theme functions.php file
*/add_filter( ‘wpb_wps_product_archive_thumbnail_size’, ‘wpb_wps_product_archive_thumbnail_size_update’ );
function wpb_wps_product_archive_thumbnail_size_update( $size ){$size = ‘thumbnail’; // your image size
return $size;
}Thank you!
- The topic ‘Images still blurry’ is closed to new replies.