I am using Format (https://www.format.com), a managed service for my photo portfolio website https://www.the-ninth.com.
To that website, I upload images in the sRGB color space. Unfortunately Format will strip any color space information from the images after the upload. Browsers will get the images untagged and most browsers will apply sRGB anyway and therefore display the images correctly.
However, Firefox is an exception here, Firefox will use the monitor color space. So especially on wide gamut monitors, Firefox will display over-saturated colors by default. Only if the configuration setting gfx.color_management.mode is changed from "2" to "1" Firefox will apply sRGB to untagged images. But of course I cannot rely on my users doing that.
Is there any code I can embed in my website to force Firefox to apply sRGB color space to untagged images? I do have full access to the element of the website and could add HTML/CSS/Javascript elements there.
Regards, Robert