Hello, I'm new in the forum.
This is my issue.
I have images URL pulled from XML feed.
The image URL is:
www.domainname.com/files/1234567123456/1234_h.jpg
and I want to internally replace it with:
www.domainname.com/files/1234567123456/1234_g.jpg
basically the _h at the end of the URL becomes _g
This should happen before that the images are loaded..
Any idea?
Thank you very much