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
Fix how we implement images url according to image dimensions field in graphql fields, instead of getting random sized images.
Sunrise data now gets the images url with random sizes (e.g
..../products/072750_1_large/.jpg or
..../products/072750_1_medium/.jpg ) with no specification. Despite the fact that in the source images we have all sizes to each image that are not being used, so we should be able to get the images according to those sizes.
The text was updated successfully, but these errors were encountered:
Fix how we implement images url according to image dimensions field in graphql fields, instead of getting random sized images.
Sunrise data now gets the images url with random sizes (e.g
..../products/072750_1_large/.jpg or
..../products/072750_1_medium/.jpg ) with no specification. Despite the fact that in the source images we have all sizes to each image that are not being used, so we should be able to get the images according to those sizes.
The text was updated successfully, but these errors were encountered: