My WordPress website is generating thumbnails for my images I want to prevent WordPress from doing that how can I achieve the same?
My WordPress website is generating thumbnails for my images I want to prevent WordPress from doing that how can I achieve the same?
3
Answers
Consider searching for these particular problems, because this took me 5 seconds to find this plugin: https://wordpress.org/plugins/disable-generate-thumbnails/
You can follow these steps for the same :
Step 1: In Admin Panel Go to Settings -> Media.
Step 2: Now Uncheck (Crop thumbnail) If it’s Checked.
Step 3: Set at Thumbnail size, Medium size, and Large size the Width and Height to
You may use the
remove_image_size()
method like so:For removing default WP sizes: