• I have the following problem: WordPress uses responsive image sizes with srcset. Internet Explorer does not support this and uses the src fallback.
    However, i have a lot of pages on which the images are in medium quality and upsacled to a larger size.
    In IE this results in images of the right size, but very low quality.
    I would like to change the resolution of all images currently on the website to their original resolution, such that all other browsers still use responsive image sizes, but IE always falls back to the original image size (without changing the size/width of it on the page).
    Is there an automated way to do so?

    • This topic was modified 6 years, 2 months ago by cokrisco.
Viewing 1 replies (of 1 total)
  • I don’t know if there exits any plugin with a functionality like that.
    But it is not too hard to write a script that does this, for example using imagemagick.
    But this is a far beyond WordPress Topic. Maybe u could ask at stackoverflow.

Viewing 1 replies (of 1 total)
  • The topic ‘Bulk edit image resolutions’ is closed to new replies.