cancel
Showing results for 
Search instead for 
Did you mean: 

Pixelated / Low Resolution Image in the Image Control

Angelo_Ab
Explorer
0 Kudos
243

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
bill_froelich
Product and Topic Expert
Product and Topic Expert

I created an app using the URL you provided and am unable to see the same pixelation when used in my Object Cell and Image Section compared to the Open Document.

Here are screenshots from my iPad for the page with Object Cell / Image Section / Button with Image versus Open Document

IMG_0004.PNGIMG_0005.PNG