Defines the speed of the animation of positioning and transforming.
Zoom State: {{ zoomstate() }}
Limit the maximum available scale. By default, the maximum scale is calculated based on the original image size.
Zoom State: {{ zoomstate() }}
Limit the minimum acceptable scale. With a value of 1, it is recommended to use this parameter with limitPan.
Zoom State: {{ zoomstate() }}
Automatic restoration of the original size of an image after its zooming in by two fingers.
Zoom State: {{ zoomstate() }}
Zooming in and zooming out of an image, depending on its current condition, with double tap.
Zoom State: {{ zoomstate() }}
Double tap scaling factor.
Zoom State: {{ zoomstate() }}
Zoom State: {{ zoomstate() }}
Turn off panning with one finger.
Zoom State: {{ zoomstate() }}
Minimum zoom at which panning is enabled.
Zoom State: {{ zoomstate() }}
hidden - the overflow is clipped, and the rest of the content will be invisible. visible - the overflow is not clipped. The content renders outside the element's box.
Zoom State: {{ zoomstate() }}
Disable zoom controls. auto - Disable zoom controls on touch screen devices. never - show zoom controls on all devices. disable - disable zoom controls on all devices.
Zoom State: {{ zoomstate() }}
Zoom factor when using zoom controls.
Zoom State: {{ zoomstate() }}
The background color of the container.
Zoom State: {{ zoomstate() }}
Stop panning when the edge of the image reaches the edge of the screen.
Zoom State: {{ zoomstate() }}
By default, subscriptions are made for mouse and touch screen events. The value auto means that the subscription will be only for touch events or only for mouse events, depending on the type of screen.
Zoom State: {{ zoomstate() }}
Scale with the mouse wheel.
Zoom State: {{ zoomstate() }}
Zoom factor when zoomed in with the mouse wheel.
Zoom State: {{ zoomstate() }}
Calculate the height of the container based on the width and height attributes of the image. By default, the width of the
container is 100%, and the height is determined after the image information is loaded - this may cause a delay in determining
the height of the container. If you want the container to initially have dimensions corresponding to the dimensions of the
image, then specify the attributes width and height for the tag. When setting the property value to `true`, a
subscription to the window resize listener will be created.
Zoom State: {{ zoomstate() }}
Sets the attribute draggable to the img tag.
Zoom State: {{ zoomstate() }}
Zoom State: {{ zoomstate() }}
Click any point on the image to zoom to that exact location. Perfect for anomaly detection and defect inspection. Click again to zoom out.
Zoom State: {{ zoomstate() }}
Target zoom level when clicking to zoom. Default is 2.5x.
Zoom State: {{ zoomstate() }}
Enable brightness controls alongside zoom controls. Perfect for brightening dark images or examining details in shadows. Controls appear at the bottom center of the image.
Brightness State: {{ brightnessstate().toFixed(2) }}
Brightness adjustment increment. Larger steps for faster adjustments. Default is 0.1.
Brightness State: {{ brightnessstate().toFixed(2) }}
Limit the brightness range. Default range is 0.1 to 2.0.
Brightness State: {{ brightnessstate().toFixed(2) }}
Perfect for defect inspection and anomaly detection workflows. Click to zoom in on suspicious areas, adjust brightness to see details.
Zoom State: {{ zoomstate() }} | Brightness State: {{ brightnessstate().toFixed(2) }}