remove background tree affinty photo code example
Example 1: CS REMOVING BACKGROUND IMAGE
.clear-background{
background-image: none;
}
Example 2: remove background resize
// For removing resize of big images in wordpress, put this into "function.php"
add_filter( 'big_image_size_threshold', '__return_false' );