Magento Version : CE 2.1.7
ElasticSuite Version : 2.3.6
Environment : Developer
Third party modules : none
Steps to reproduce
Create a category for products
Create a product and upload a high definition image to it, attach it to previously created category
open the said category in admin Products > Categories
see that the section "Product Preview and Sorting" is using the thumbnail as the original image that is resized inline
Expected result
the product thumbnail should use the media cached file instead ex: media/catalog/product/cache/small_image/240x300/beff4985b56e3afdbeabfc89641a4582/w/a/wallhaven-426396.png
Actual result
The original uploaded image is linked as the source for the "thumbnail" ex: media/catalog/product//w/a/wallhaven-426396.png
the problem is that when i have n+1 amount of images that are all full hd and size is from 1MB to 10MB the amount of data needing to be downloaded for that "preview" area is enormous and with a slower computer, slower internet speed i need to download 100s of megabytes of data to rearrange my products ?!
Preconditions
Magento Version : CE 2.1.7 ElasticSuite Version : 2.3.6 Environment : Developer Third party modules : none
Steps to reproduce
Expected result
Actual result
the problem is that when i have n+1 amount of images that are all full hd and size is from 1MB to 10MB the amount of data needing to be downloaded for that "preview" area is enormous and with a slower computer, slower internet speed i need to download 100s of megabytes of data to rearrange my products ?!