Force image cache update?

I have images hosted on Cloudinary. Sometimes the image changes there, but the URL remains the same. Coda is obviously caching the images which is great but is there any way to force the image to update?
Thanks.

Hey Heather!
Perhaps a simple browser based cache refresh could work? One of these

  • ctrl + shift + R
  • ctrl + F5

Tried that. It doesn’t update. Thanks for the idea though

1 Like

I came up with a fix by adding ?v" + randomInteger(1,100) to the end of the URL.

5 Likes

That’s a fun solution to bypass the cache, nice one

1 Like