Has this plugin been updated so that height is the determining factor in the resize? I have a layout where I really need to restrict by height - but everywhere else on the site I need to restrict by width, which this apparently does. I’d hate to have to install this for everything but that one page, where I’d have to install phpThumb just to restrict by height.
I second this, with an addition. Sometimes my photos are landscape, and sometimes portrait. I would like to create square thumbnails, either through resizing or cropping so that I can layout my thumbnails easier.
Erin
yes you can control the height with 1.5 the width is scaled proportionally.
about your additional request for square sizes. i plan on doing this soon where it would resize depending on the width or height then chop off the additional “top and bottom” or “right and left” depending. very similar to how flickr does there “square size”
FYI - I’ve tried out v1.5 on a test site, and I can confirm that it is a hell of a lot faster than PhpThumb. I’m looking forward to rolling this out on our sites in production! lumis, you’re a life (or server) saver!
Daizell…What I do is have a “shape” field for my images blog, then use conditionals to determine which variation of Image Sizer or phpThumb to use. I would imagine you could use some PHP to get the dimensions and determine what to do also.
Actually it’s not. I use that method on most sites I have images on. In addition to scaling it allows to sort by shape…all horizonta, all vertical, etc. If I have mixed B&W;and color I usually throw in a field for that also. An example: Marauders Sorting links at top.
I see. Ya, I just figured out I could test the height/width data myself and call image sizer myself. I have to decide whether or not to use image sizer or phpThumb…I am leaning toward image sizer right now as I like everything to be all integrated and I don’t have a need (at the moment) for all the capabilities of phpThumb.
Hi Everyone - I just installed the plugin on our production site, and it’s not working. Here’s a little more about our structure…
We’ve got about 10 file upload folders in our File Upload Prefs section and are using 1 folder per blog (a multiple blog setup). I’m trying to use this on just one of our sites right now and the imgsizer tag is returning nothing. I already put the cache folder in the File upload folder I’m using, and set the permissions to 777. Here is exactly what I put in the template that is returning nothing:
Sorry, {thumbs} is my custom field that contains the image URL. Is it possible there is another plugin / module / extension that is conflicting with imgsizer?
Can this plugin resize the image based on a percentage value of the original image size. So instead of using pixels, you could use percents and it would be that percent of the original image size. This can be done with phpThumb but this plugin seems like a great alternative I’d like to try.