Why isn't my product page image with text showing?

I have an image with text under my products on my product pages, the image part is not currently showing as shown. It used to show but I think I may have accidentally removed some code. This could have possible been the lazy=loading code but I am not certain. I have located what I think is the image in the code but I am not sure how to make it reappear. Could anyone help? It would be much appreciated.

Hello @PetstoPlease
Its Artzen Technologies! We will be happy to help you today.

I have checked the screenshot which you shared. There is definitely the code missing in img src part on line number 34 which is preventing image from being shown on the frontend. The below code which I mentioned is to be place there on line number 35 just after image__url. By writing this one-line code, it will function normally.

| image_tag: loading: ‘lazy’, sizes: sizes, widths: ‘165, 360, 535, 750, 1070, 1500’

Let me know if need further assistance
Regards,
Artzen Technologies