nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.18k stars 5.27k forks source link

Admin: order item pictures blurred #7269

Open Manuel-Innovapps opened 1 month ago

Manuel-Innovapps commented 1 month ago

nopCommerce version: 4.70.x

Steps to reproduce the problem:

  1. Go to https://admin-demo.nopcommerce.com/Admin/Order/Edit/5
  2. Scroll down to the order items and have a look at that picture
  3. Picture is scaled down to 75px but rendered at about 180px

(Github preview not so good, please click on the image or open the url by hand) image

This does not happen on 4.60.x as the image is being rendered at exactly 75px.

cklenk commented 1 month ago

I actually just noticed this issue on a 4.60.6 site. It's only blurry in the admin/product/list. Lokos like it's trying to stretch the 75w thumbnail picture causing them to look blurry. Here is an example: image

Manuel-Innovapps commented 1 month ago

@cklenk I think the most obvious product on your image just has a bad image ratio. But indeed in 4.60.6 The images in the product list are being downscaled to 75px as well, but rendered at about 100px