FlyoutZoomView.iscommand

[FlyoutZoomView.|<containerId>_flyout.]iscommand= *isCommand*

isCommand

The Image Serving command string that is applied to the FlyoutZoomView main image and the zoomed in view. If it is specified in the URL, be sure that you HTTP-encode all occurrences of & and = as %26 and %3D, respectively.

Note: Image sizing manipulation commands are not supported.

Properties

Optional.

Default

None.

Example

When specified in the viewer URL:

iscommand=op_sharpen%3d1%26op_colorize%3d0xff0000

When specified in the configuration data:

iscommand=op_sharpen=1&op_colorize=0xff0000

On this page