Bulk edit image resolutions
-
I have the following problem: WordPress uses responsive image sizes with
srcset
. Internet Explorer does not support this and uses thesrc
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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bulk edit image resolutions’ is closed to new replies.