I did exactly what's explained in readme.txt. A new style containing the adaptive setting.
Applying that style to the Imagefield in Manage Display.
Now I decrease my Browser Size and Reload the page- the image gets smaller but that's just Browser-scaling.
The loaded image is always the same size- am I doing something wrong?!
The path to the image is sites/default/files/styles/testtest/adaptive-image/public/ where "adaptive-image" is not
existing as a physical folder but I guess that's by design. Any idea?

Comments

Baysaa’s picture

Check your adaptive_image cookie value. The module will try to return whatever size is specified there, or the closest to it or the original if the specified value is larger than the original. It gets set on adaptive_image_init

thommyboy’s picture

hi, sorry- maybe i got it wrong how the module works. expected that decreasing the size of m browser on my desktop can be used to test it but the physical resolution seems to get used. requesting an image with my mobile resulted in a generated smaller image which is fine for me then ;)