This actually seems to work as expected. Initially a small 200 by 200 images is always downloaded, but that is acceptable load wise. But upon window resizing beyond the specified upscale step of 200px, a new image is downloaded twice, which is a bit of a problem on mobile devices.
Has someone in the community tried the CropUp Responsive bit?
CropUp Responsive fetches new picture twice
Hi,
I'm trying to get the responsive, i.e. client side features of CropUp to work on Umbraco 6.1.6 and ASP.NET 4.5.
CropUp is version 1.0b9
It appears, that each time a new image is downloaded from the server, as per upscalestep setting, the image is fetched twice.
I call the client side CropUpHtml.CropUpResponsive method like this:
This produces the following output:
This actually seems to work as expected. Initially a small 200 by 200 images is always downloaded, but that is acceptable load wise. But upon window resizing beyond the specified upscale step of 200px, a new image is downloaded twice, which is a bit of a problem on mobile devices.
Has someone in the community tried the CropUp Responsive bit?
Thanks.
/Lasse
is working on a reply...