2014-11-20 9:44 GMT+01:00 Alex Strickland <s...@mweb.co.za>:

> On 2014-11-20 08:05 AM, ThomasTheDjangoFan wrote:
>
>  do you have a tip for implementing adaptive (responsive) images in django?
>>
>> Basically I want to server smaller images to mobile-users and bigger
>> images to desktop users.
>> I don't really now about best practices for SEO and Siteload-Performance.
>>
>> Are there any apps that you can recon for this?
>>
>> Thanks a lot for your tips!
>>
>
> Have a look at Bootstrap 3, lot's of adaptive stuff (client side though,
> so no real effect on Django).
>
> --
> Regards
> Alex
>
> --
> 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.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/546DAA08.8070505%40mweb.co.za.
> For more options, visit https://groups.google.com/d/optout.
>

Bootstrap only scales the images on other devices, you are still serving
the same size of images to the user (the download size will still be the
same).

I really don't know anything that will do what you want (you would have to
look at the user agent and serve different images depending on agent). I
think you should be able to use something like the "easy thumbnail" plugin
for creating different sized images for different devices. Don't know about
serving different images depending on device though.

Regards,

Andréas

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALXYUbn_GZ%2B1%2BFQ%2BDzKgDq_DP0XidoxGuOQpFF71YH6Tpf7mDw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to