You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found two problems with the product image thumbnail at the page /admin/products/:slug/images :
The thumbnail image size would be better to use mini_image instead of product_image, this will increase the performance of the page load especially when the product has many images.
The CSS thumbnail image transformation makes the displayed image not full, would be better if the image can be displayed full fit.
From this :
To :
I already created PR to solve the problems above here
The text was updated successfully, but these errors were encountered:
I found two problems with the product image thumbnail at the page /admin/products/:slug/images :
From this :
To :
I already created PR to solve the problems above here
The text was updated successfully, but these errors were encountered: