The image-resize tag has no wiki summary.
2
votes
3answers
1k views
How to generate thumbnails when needed only?
I have 1000 images.
How can i make wordpress to generate thumb only when needed. For example home slider will only use 10 images i dont want the other 1000 images have that thumbnail generated as its ...
2
votes
2answers
136 views
Resizing Images to lower Disk Space Using Plugins
I'm trying to take existing images and shrink the file size down by resizing to photos to a smaller resolution. I've tried a few methods so far:
Simply editing the photo in photoshop and reuploaded, ...
1
vote
2answers
2k views
How to scale up featured post thumbnail?
The situation is this: I'm using Video Thumbnails plugin to automatically get and set youtube/vimeo thumbnails as post featured image. The problem is that default youtube/vimeo thumbnail sizes are ...
0
votes
2answers
896 views
Conditional Statement - check if post has an attachment image
I'm working on a conditional statement (in a loop) that looks for a featured image then grabs a default image if there is none, which I have figured out. But, I also wanted a way to pull the first ...
1
vote
2answers
81 views
Dynamic-Image-Resize Plugin does not output anything
I'm having trouble using the "Dynamic-Image-Resize" plugin by "Kaiser Franz Josef".
In my template I'm adding following code:
$imgsrc = wp_get_attachment_image_src( get_post_thumbnail_id( ...
0
votes
1answer
202 views
Autogenerated Thumbnail compression depending on size
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 for most of the people, i'm looking ...