Closed (won't fix)
Project:
FileField Image
Version:
6.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2008 at 23:09 UTC
Updated:
21 Apr 2009 at 07:32 UTC
Congratulations for your great work!
A question:
- It is posible limit for measures of the image uploaded? (p.ex: 150x200)
or, alternatively,
- It is posible add a option for display only thumbnail?
Thanks,
(sorry for my BAD English, I'm Spanish speaker) :-(
Comments
Comment #1
jpetso commentedResolution limit: not yet, that's one of those features that need to be ported from imagefield (and probably the easiest one).
Thumbnail: absolutely possible, if you use the FileField ImageCache module that ships with beta1 of filefield_image. Just create an ImageCache preset for scaling down your images to the desired size (let's call it "thumbnail"), and then select the ImageCache display in the "Configure" page of your file field, choosing the created "thumbnail" preset for output.
If you manage to get it done, please consider writing up a few paragraphs as a short tutorial for other users that I can put in the handbook, as this is a common use case that a lot of people need to have. It would be great to have this covered for future reference.
Comment #2
jpetso commentedThis module is now phased out in favor of FileField/ImageField 6.x-3.0. All issues are "won't fix" because the module is essentially dead. Please have a look at the project page for some explanations.