Fixing Cropped Images Not Displaying Correctly
TL;DR 😼
When you replace an image with a cropped version but keep the same URL, the browser may show the old image because of caching. Add a timestamp (or unique suffix) to the filename so the URL changes—the image updates correctly. 📸
Situation
I ...
blog.yoniakabecky.com3 min read