Hello, In my admin interface I upload a picture of a product. We'll in my website I will show that picture in 3 separate pages. Each page shows the picture with different dimensions. I know that I can apply a width and height attribute to my img tag. However, that causes the pictures to be distorted. Can I have it to where when I upload my original file:
1) Django (or anothe app) can create two new files of that image at the dimensions that I want or 2) Configure Django to where the image will show on the page with th right dimensions without needing a width or height attribute for the image tag? Thanks for any advice --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

