On 4/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> In other words, I want the width to always be 75 but the height can
> vary based on the specifics of the image.  Does this make sense?  If
> this is what I'd like to do, how would I do it with the tag as it
> stands now?

Well without specifying a maximum height too, you run the risk of that
75x10,000 image.
Choose a maximum height larger than probable:
<img src="{{ object.imagefield|thumbnail:"75x500" }}" />

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to