Images have seemingly random scale attributes
-
I’m seeing some images (not all, I’m not sure the pattern) have scale attributes applied, but others done. This doesn’t seem to be something I’ve configured.
I can see the image in the Cloudinary media library without scale attributes, like this: https://res.cloudinary.com/champion-power-equipment/image/upload/v1628196446/pexels-pixabay-208494.jpg
That image’s full size is 3698 × 2703
But in the WordPress media library, scale attributes have been added, like this: https://res.cloudinary.com/champion-power-equipment/images/w_2560,h_1871/v1628196446/pexels-pixabay-208494/pexels-pixabay-208494.jpg?_i=AA
When the image is rendered in the site, it has my global quality and format transforms applied, as well as the scale attributes: https://res.cloudinary.com/champion-power-equipment/images/w_2560,h_1871/f_auto,q_auto/v1628196446/pexels-pixabay-208494/pexels-pixabay-208494.jpg?_i=AA
Where are the
w_2560,h_1871
attributes coming from?
- The topic ‘Images have seemingly random scale attributes’ is closed to new replies.