Answers for "remove background resize"

PHP
0

remove background resize

// For removing resize of big images in wordpress, put this into "function.php"

add_filter( 'big_image_size_threshold', '__return_false' );
Posted by: Guest on March-06-2020

Code answers related to "remove background resize"

Browse Popular Code Answers by Language