iOS app img src field

I am working on a iOS based Ionic-Native mobile app.
I want to load images from photos library in iOS.

And, I want to load them as

<img src="/path/to/img" />

However, I am not able to figure out what kind of path to use.

Any help is appreciated.

Thanks in advance.

Sorry the graphic does not display.

Do you want to load an individual graphic or lots?

I want to load the image as

The image is already in my iphone album folder.

And I got image name from API.

I want the full image path so I can render it in my app like below:

<img src="/path/to/album/image.jpg" />