Fetch Item image

Hi, I am trying to fetch item image from item master in my custom html, instead it fetches image directory. Any way around?
Regards.

Can you share your code / Custom HTML? Maybe someone would be able to help then

Hello Brian ,

Did you use the < img src=" "> image tag?
eg.: < img src="/files/Jellyfish.jpg">

Also, there is a one field image on Item form where you can find the path of your attached image.
Then according to your method like get_value etc, You can include the image in your HTML.

1 Like