My original reply here was pretty much wrong, as I've read the responsive docs again and noted that in fact there should be some mix of client and server side scaling going on. I notice the example site works without downloading the full size image. Have you tried using pixel width rather than % width, to see if that's where the issue is?
Problem usin cropup with "sever" argument
Im trying to use cropup in a responsive environment, and would like to have the serve handling the scaling and cropping.
Using the following syntax:
Cropup correctly scales and crops the image. But it downloads the fullimage before it does so!?!?
That kind of defeats the whole purpose of using repsonsive images to save bandwidth...
Has anybody experienced this or have a solution to the problem?
Hi Claus,
My original reply here was pretty much wrong, as I've read the responsive docs again and noted that in fact there should be some mix of client and server side scaling going on. I notice the example site works without downloading the full size image. Have you tried using pixel width rather than % width, to see if that's where the issue is?
is working on a reply...