Configures how the component fetches new images for the main and flyout view during resize.
[FlyoutZoomView.|<containerId>_flyout.]imagereload=0|1[,breakpoint, *
width*[; *
width*]]
0|1 |
When set to 0 , the component does not load new images during resize, and image resolution in the flyout view does not change. When set to 1 lets you specify one or more width breakpoints for the image loaded into the main view. |
breakpoint, width [; width ] |
Width breakpoints for the image loaded into main view. The component always uses best fit size for the initial load. After resize it ensures that the image in main view is always downloaded with the width equal to closest bigger breakpoint, and downscaled on the client. |
Optional.
0
imagereload=1,breakpoint,200;400;800;1600