When I pass in my Image URI to imageLoader.displayImage, it is automatically getting appended with _[W]x[H] at the end of each url. Is there a way to override that string, or prevent it from getting appended at all?
The API i am calling already has querystring parameters setup for height and width. It would be great if I could override this value.
Thank you.