stop background image from resizing code example
Example: remove background resize
// For removing resize of big images in wordpress, put this into "function.php"
add_filter( 'big_image_size_threshold', '__return_false' );
// For removing resize of big images in wordpress, put this into "function.php"
add_filter( 'big_image_size_threshold', '__return_false' );