I solve one problem, I use in template several different sizes of images (add_image_size), but I use them only for thumbnails, it is completely unnecessary to create these sizes...
I cannot get the full (unmodified) image size using the_post_thumbnail( 'full' ); I have also tried: the_post_thumbnail(); It still returns the cropped image. I can see that the unmodified...
Some media are added to the post but not inserted into post content. How to insert media into post content without doing it manually. I was able to find...
I’m trying to disable image sizes generation in wordpress. When I use: print_r( get_intermediate_image_sizes() ); it shows: Array ( [0] => thumbnail [1] => medium [2] => medium_large [3]...
I have written a function to add a remotely-hosted image to the Media Library. It does so. However, it does not generate a thumbnail in the Media Library –...
This is a follow up to this question, in witch the jpg compression is altered depending on what WP’s built-in image resulting image size returns. While it may work...
I am using the Manual Image Crop plugin to set thumbnails for images. I am not using any images as ‘featured images’ however. I have a number of thumbnails...
When I upload an image to my media gallery, all the image sizes that are generated are discolored. Here’s an example. This is the full-size image: And now here...
I’m using the WP CLI command wp media regenerate to resize all of the images via the /wp-content/uploads directory. Are the new image dimensions registered in the database in...
I want to make a crop on the images of my blog page that have more than 443px adjust it to 645×443 size, exactly. I used this code: add_theme_support...