0

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.

dmfrey
  • 1,230
  • 1
  • 17
  • 33

1 Answers1

1

This appendix is used only for memory cache. So different sizes of the same image can be cached in memory. This appendix isn't used for HTTP requests.

nostra13
  • 12,377
  • 3
  • 33
  • 43
  • ok, thank you, I must have mis-interpreted the log output. It looked to me that it was trying to send that url to my backend that is serving the images. I will do some further testing. Thank you – dmfrey Feb 10 '13 at 15:33