Memory warning IOS 9 and IONIC

Hi guys

Currently i am building an app similar to below image

image

Basically, it will let user to stream photo and with similar product attached below of the photo. I have no memory issue when deployed to Android. But my app crashed every time test on IOS 9. after did some investigation, it caused by similar images attached to the photo (because when i hide the photo, the app stop crashing).

Questions:
Can i get some suggestion to solve this? I was thinking to use lazy load, but would it helps a lot for the performance?

Thanks