cancel
Showing results for 
Search instead for 
Did you mean: 

Pixelated / Low Resolution Image in the Image Control

Angelo_Ab
Explorer
0 Kudos
258

Hi,

we have an external service that generates URL referred to product images.

In the Avatar of Products Object Table we set the URL returned from the OData:

 

Spoiler
"AvatarStack": {
"Avatars": [
  {
      "Image": "{Url}"
  } ],
"ImageIsCircular": false,
"ImageHasBorder": false },

Result:

Angelo_Ab_1-1726755845690.png

In the detail product page I have an Image Control that refers to the same URL of the Product Object Table.

 

 

Spoiler
"_Type": "Section.Type.Image",
"_Name": "SectionImage0",
"Visible": true,
"Image": "{Url}",
"Alignment": "Center",
"ContentMode": "ScaleAspectFit"

 

Result:

Angelo_Ab_0-1726755706244.png

The image generated from the service, have an high resolution but when we try to show it in the image control, it showed in a bad resolution.

If we try to open the same image using the same URL via Open Doc the image show a way better.

Angelo_Ab_3-1726756548133.png

Result:

Angelo_Ab_2-1726756253949.png

I tried to render again the page with Image Control but the result was the same.

How I can resolve this issue ?

Thank you.

 

 

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos
Is that URL public? Can you share the URL for the image you are using?
View Entire Topic
Angelo_Ab
Explorer
0 Kudos

Hi @bill_froelich 

This is theused url.

https://aomedia.org/assets/images/blog/parrot-avif.avif

This is not from our service but the format/extension of the image is the same.

Thank you.

bill_froelich
Product and Topic Expert
Product and Topic Expert
Thanks. I will do a few tests