imageUrl | (string, required) | The URL of the image to display |
animation | (string, optional, default: 'fade') | Animation type ('fade', 'blur', 'none'). |
imageAlt | (string, optional) | Alt text for the image. |
withDownload | (boolean, optional, default: true) | Show the download button. |
withClose | (boolean, optional, default: true) | Show the close button. |
withFocusOnClose | (boolean, optional, default: true) | Automatically focus on the close button when the modal opens. |
withCloseOnEscape | (boolean, optional, default: true) | Close the modal when the 'Escape' key is pressed. |
closeOnClickOutside | (boolean, optional, default: true) | Close the modal when clicking outside the image. |
maxHeight | (string, optional, default: '80vh') | Maximum height of the image container. |
maxWidth | (string, optional, default: '80vw') | Maximum width of the image container. |