imgViewer2
imgViewer2 copied to clipboard
Load low rez version first
Hi There,
Is there a way to load a low resolution version of an image then swap in a high resolution version when the user interacts with it?
The widget itself doesn't support that directly. You could display the lowres image and on a users click on the image trigger loading of the full image and widget in a popup. It would be more work but you could also overlay the full image and widget directly on top of the lowres image.