Projekt

Allgemein

Profil

GX-Bug #68199

Von Ulrich Wenk vor etwa 3 Jahren aktualisiert

This causes a problem, if the images, that are uploaded to select a property value are too big. They are just scaled by the browser, but fetched from the server in full size. 


 ____________ 
 **EDIT** 

 1. go to Catalog > Product Properties 
 2. create a property with values or edit an existing one 
 3. upload huge images to the property values 
 4. change the properties display type to 'image' 
 5. assign this property to a product 
 6. call the product in the frontend, open the network tab (console F12), sort the network list via size (or search the image) 

 expected: 

 * you should find a downsized/processed version of the image, which is used as the property values image 

 actual: 

 * the original image in its original size gets used, only scaled down by the browser 

 * try it out with the attached image

Zurück