classifai icon indicating copy to clipboard operation
classifai copied to clipboard

failure to automatically generate alt text and image tags when image scaling is removed

Open mbateam opened this issue 2 years ago • 0 comments

Describe the bug

I want to prevent Wordpress from scaling images that are uploaded and added this code as a function: add_filter( 'big_image_size_threshold', '__return_false' ); once this was done the plugin failed to create text for the image.

Steps to Reproduce

add add_filter( 'big_image_size_threshold', '__return_false' ); to the functions then upload an image to the media gallery

Screenshots, screen recording, code snippet

No response

Environment information

No response

WordPress information

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

mbateam avatar Jul 16 '22 13:07 mbateam