how to displayed a store image?

The user saved an image in a collection. I have a table query which shows the image. I want to display the image in it’s full size when the user select the cell which contains the image. How to do that?

Hi,
After querying the collection, You should set the image to an image placeholder (the src attribute).
Check out the documentation here .

Best,
Tal.

Thanks, I got the string location, but I don’t know how to display the image itself. I tried the Show(), I tired others options, but i got errors.

You should set the string to an image placeholder:

$w("#imageId").src = "http://placehold.it/250x250"; //the URL string 

I’m returning back. Actually I never success displaying the full image. The Image ID in the collection is “image1”. I retrieved the collection data into a table. I got the following cell Data and tried to use it for setting the “src”. it will help me if could provide me the full syntax how to set the “src” and then the syntax for displaying the image.

uri:
“c7cf03_63559eaf81f644ea9da9d44d74d207f0~mv2.png”
width:
640
height:
1136
title:
“IMG_1455.PNG”