Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #47873, comment 27


Ignore:
Timestamp:
09/30/2019 07:49:15 PM (5 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47873, comment 27

    initial v1  
    33This is controlled by the `big_image_size_threshold` filter. It sets the max-width or max-height (landscape vs. portrait) value (in pixels) above which an image will be considered "big".
    44
    5 As mentioned before there are several checks possible there apart from dimensions: file size, presence of EXIF Orientation !== 1 (meaning the image is a photo coming directly from the camera), etc. But thinking it is easier to understand and use when it only looks at dimensions, at least for now. So currently any image with width or height above 2560 is considered big.
     5As mentioned before there are several checks possible there apart from dimensions: file size, presence of EXIF Orientation !== 1 (meaning the image is a photo coming directly from the camera), etc. But thinking it is easier to understand and use when it only looks at dimensions, at least for now. So currently any image with width or height above 2560px is considered big.