woocommerce产品页面中的图像模糊且不清晰。您可以通过下面的链接看到这一点。
http://childdevelopmentinfo.com/shop/discipline-your-kid-the-right-way-without-shouting-or-spanking/
在更改woocommerce目录设置中的图像尺寸后,我尝试更改CSS并重新生成缩略图,但这种情况仍然存在。这个问题很奇怪。我认为问题在于产品形象。woocommerce的php文件,返回的是缩略图大小的小图像,而不是中等大小的图像。下面是返回图像的代码。
$image = get_the_post_thumbnail( $post->ID, apply_filters(\'single_product_large_thumbnail_size\', \'shop_single\' ) );
$image_title = esc_attr( get_the_title( get_post_thumbnail_id() ) );
$image_link = wp_get_attachment_url( get_post_thumbnail_id() );
$attachment_count = count( $product->get_gallery_attachment_ids() );
知道出了什么问题吗?谢谢