Is there any way to generate thumbnails of the same dimensions, but with a different crop? I want to do something like: add_image_size( 'thumbnail_top', 360 , 180 , array...
Is there an obvious way to do this that I’m missing? I’m just trying to make thumbnails. 23 s 23 Define a maximum size. Then, compute a resize ratio...
I have a WordPress site which used to weight around 350 MBytes. Then I changed the theme and found that I have to regenerate the thumbnails. So I did...
I haven’t used WP in a very, very long time so please bear with me. I’m using v3.3.1 I’ve used get_children() to display images of a page in a...
I want to upload the image and all generated thumbnails to another server (as backup). I only found add_attachment, but this is fired right after the image was uploaded...
i use this code to show post’s thumbnail in my site but this code cant show the title Attribute of the thumbnails. how can i add Title Attribute to...
https://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src#Parameters leads me to believe wp_get_attachment_image_src( $thumb_id, array(100, 100) )[0] would return a 100×100 thumbnail, but it always just returns the full-sized image. Any help would be greatly appreciated....
I’m worried about too many files created when adding a new image size. All uploaded files will generate the new size, I need a specific image size only for...
Is there any filter available to set the naming convention of those auto generated thumbnails? Something like this: thumbnail_150x150.jpg -> thumbnail-s.jpg thumbnail_300x300.jpg -> thumbnail-m.jpg thumbnail_600x600.jpg -> thumbnail-l.jpg 2 s...
I am trying to use the new responsive images feature in WordPress 4.4 but I keep running into a particular problem when trying to use the_post_thumbnail with a custom...