jpg extension saving as all caps (JPG.)

Recently whenever I export a jpeg the file extension is stored as "JPG" instead of "jpg." It started doing this all by itself and usually it isn't a problem except on my website. When the html code specifies "jpg" it doesn't recognize "JPG." So whenever I update a jpeg I need to go in and change the html code. Is there a way to make it stop doing this? (I can't change the file name, I already tried that.)

Parents
No Data
Reply
  • I don't get this, but here are two solutions. First: when you Export, check that the .jpg extension in the File name is in lower case. It will save to whatever you put in there. Second: use an HTML editor with a case sensitive Find/Replace command, and simply replace JPG with jpg.
Children