Blurry Product Gallery Thumbnails Issue
-
Hello everyone,
I hope you’re all doing well. I’m reaching out to seek assistance with an issue I’m encountering regarding the thumbnails in the product gallery on my WordPress website.
Recently, I implemented a code snippet provided as a solution to another user’s query. The problem has almost been solved by @bsfherman.
This code successfully addressed the problem of blurry thumbnails in one specific product category. However, upon testing, I realized that the solution seems to work only for one particular category, failing to resolve the issue across other product categories.
add_filter( ‘woocommerce_get_image_size_gallery_thumbnail’, function( $size ) { return array( ‘width’ => 200, ‘height’ => 200, ‘crop’ => 0, ); } );
If anyone has encountered a similar issue or has any suggestions on how to address it, I would be extremely grateful for your input.
Thank you in advance for your time and assistance.
Best regards
- The topic ‘Blurry Product Gallery Thumbnails Issue’ is closed to new replies.