WPIntell

Source evidence

make Max Image Dimensions opt-in

EWWW Image Optimizer · support · 2025-05-14T09:57:00+00:00

complaintsentiment
mediumseverity
0.92relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 22 rows with source links

22.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

17 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
jnz31 unresolved
i just realized this tool resized a lot of images on a website im currently developing.i opted-out of wordpress big_image_size_threshold filter beforehand, just to realize that your plugin puts it back in. please make it optional and require the user to opt-in instead of activating it on install Hi @jnz31 This is based off of the Max Image Dimensions option on the Essentials tab. Whatever you put in there will be used for the threshold. If you put 0’s in, it will allow any size. hi @adamewww i know, where this comes from. but as mentioned above, i already used a filter to disable the threshold fully at another place, thinking i was save on that end only to realize, that your plugin overwrites this. its not a bad feature, but you should make it opt-in, instead of default. since it would not respect, if i put add_filter('big_image_size_threshold', '__return_false'); somewhere else… This reply was modified 1 year ago by jnz31 . I see what you’re saying and appreciate the feedback. However, I don’t know that it’s going to be something that we will turn around. The option to opt-out of this is a part of the wizard when you first install the plugin. It talks about what this does and allows for the bypassing of it. It would be a rework of things to reverse this, if possible at all. And putting the default at 0’s would potentially cause greater issues.

Comments

3 shown
adamewww 2025-05-14T17:15:00+00:00

Hi @jnz31 This is based off of the Max Image Dimensions option on the Essentials tab. Whatever you put in there will be used for the threshold. If you put 0’s in, it will allow any size.

jnz31 2025-05-15T08:55:00+00:00

hi @adamewww i know, where this comes from. but as mentioned above, i already used a filter to disable the threshold fully at another place, thinking i was save on that end only to realize, that your plugin overwrites this. its not a bad feature, but you should make it opt-in, instead of default. since it would not respect, if i put add_filter('big_image_size_threshold', '__return_false'); somewhere else… This reply was modified 1 year ago by jnz31 .

adamewww 2025-05-15T18:46:00+00:00

I see what you’re saying and appreciate the feedback. However, I don’t know that it’s going to be something that we will turn around. The option to opt-out of this is a part of the wizard when you first install the plugin. It talks about what this does and allows for the bypassing of it. It would be a rework of things to reverse this, if possible at all. And putting the default at 0’s would potentially cause greater issues.