The image-resize tag has no wiki summary.
2
votes
1answer
43 views
How to change the naming of the resized image files
Now with custom image sizes Wordpress is almost as powerful as timThumb / phpThumb. There is one problem however. The way Wordpress handles the resized images are chaotic and doesn't survive theme ...
1
vote
1answer
31 views
media resize/crop possibilities?
Under admin panel -> media settings
there are no minimal width option for thumb or other image modes
ex: I would like to crop image widthout distortion ->
height 124px and minimum-width 124px and ...
0
votes
1answer
20 views
Snapshot Theme from WooThemes — empty 'alt' attribute
I´m using Snapshot theme from WooThemes.
The code which resizes (width and height and size in kb), and shows the images (an 'a' tag, wrapping an 'img' tag) is this one:
<?php if ( ...
0
votes
1answer
34 views
Upload image from other server without resize?
For image upload in my plugin i am using media_handle_sideload function. Is it possible to disable image resizing on this function?
0
votes
1answer
259 views
Using wp_get_image_editor in a standalone script
With WP 3.5, they updated the image resizing scripts with wp_get_image_editor.
Currently, in this standalone script that is accessed with Ajax, I have included wp-load.php so I can access all of the ...
0
votes
0answers
31 views
Images aren't correctly resized and gallery breaks
I need help to find out how to fix images in the mobile theme of my blog because they're not being resized correctly and galleries created with [gallery] shortcode are also breaking.
My current theme ...
0
votes
0answers
51 views
How to create resized versions of images added with wp_insert_attachment
I'm uploading images to my media gallery and setting them as my post's featured image, which is working quite well.
I'd like to generate thumbnails of these featured images, in the same way that ...
0
votes
0answers
67 views
Bulk resizing featured images to bigger proportions
Similar to this guy Resizing to bigger proportions as original not working, I need a way to resize my featured images to bigger proportions as most of the images are smaller than my pre defined ...
0
votes
0answers
74 views
Change Media Manager image link behaviour (not to link to direct file)
Is there a way or a plugin to modify / replace Wordpress media manager's default way of handling images in pages / posts?
Bad (default) behaviour:
If you insert an image, the link to the file gets ...