I've got an app that serves galleries of user-uploaded photos, some of which can be quite large in size. I've been serving scaled thumbnails for most templates, but I need a higher resolutions for a detail page. These images will still be smaller than the size of original image, and I'm wondering if it's better practice to dynamically resize them server-side based on the width of the viewport, or to just serve the full-size images and scale with CSS?
Thanks -Jacky Tian -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.

