I am not cropping, just re-sizing.

I just made the mistake of clearing  their keystore and now no images 
display.Is there a way to rebuild the database?

I also have tried easy-thumbnails and see no images.

THUMBNAIL_ALIASES = {
    '': {
        'tires': {'size': (150, 150), 'crop': True},
        'brands': {'size': (164, 56), 'crop': True},
    },
}

<img src='{{ p.category.image_path|thumbnail_url:'brands' }}' alt="" />


On Tuesday, April 23, 2013 10:45:52 AM UTC-4, Kelly Nicholes wrote:
>
> For the problem with sorl-thumbnail not resizing to the same size as the 
> others--  Are you cropping the image at all or just resizing?  If you crop, 
> I don't understand how the images wouldn't be all the same size.  When I've 
> used sorl, if the image is bigger than the dimensions to which I'm 
> cropping/resizing, it's always spot-on.
>
> On Sunday, April 21, 2013 6:35:02 PM UTC-6, frocco wrote:
>>
>> Can someone point me to a good package?
>>
>> Thanks
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to