Need to Stop Creation of thumbnails and additional images
-
Hi,
I am using Neve theme and everything is working fine except one issue that is creation of additional images when I upload a new image.
I have already set 0 value in Media under Settings, but still multiple versions of original image are being created.I even used following code in Neve Child’s funtion.php as well but no effect.
function add_image_insert_override($sizes) { unset( $sizes['thumbnail'] ); unset( $sizes['medium'] ); unset( $sizes['large'] ); return $sizes; } add_filter( 'intermediate_image_sizes_advanced', 'textdomain_add_image_sizes_override' );
Kindly help to remove all additional images. I just need original images.
Regards
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Need to Stop Creation of thumbnails and additional images’ is closed to new replies.