Hello,
I've installed the nesh library.  I've added a field in my models with
type ImageWithThumbnailField.  Here is my template code to display the
image

<img src="{{ s.get_photo_url|thumbnail:"width=100,height=200" }}" />

When I view this page in the browser it displays the image with the
original dimensions.  When I do a View -> Source in the browser this
is all I see - <img src="/site_media/myphototest-photo-none.JPG" />.

Is Thumbnails supposed to save a thumbnail image (width-100
height-200) in my site_media folder?

I'm using the development server.

Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to