I have a cat/product page that has top banners above the products. At random on any of the cat/product pages I have a banner will stop displaying.
I go into firebug and change it from this :
background: url("/files/wellesley_care_packages.jpg") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
to this :background: url("/files/wellesley_care_packages.JPG") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
The correct extension in file storage is lower case .jpg
When I put in .JPG it shows up.
All the banners were working fine with .jpg Now they are showing up off and on.
Yes a easy solution might be to change css to .JPG but that isn't right. As i htink it will flucuate again to .jpg
Could use some help as having images dissapearing not good for customers.