Angular version: 11
package version: 1.2.3
I'm using Angular version 11 and package version 1.2.3. My configuration settings for image preview are as follows:
'previewZoomStep':1,
'previewZoomMax':5,
'previewZoomMin':1,
'previewForceFullscreen': true
While this configuration works correctly in Chrome and Firefox, it encounters issues when used in Safari on a Mac. Specifically, when clicking on an image it is opening in full-screen mode with zoom which results the arrows and other zoom in/out buttons are not visible as they should be.
Angular version: 11
package version: 1.2.3
I'm using Angular version 11 and package version 1.2.3. My configuration settings for image preview are as follows:
'previewZoomStep':1,
'previewZoomMax':5,
'previewZoomMin':1,
'previewForceFullscreen': true
While this configuration works correctly in Chrome and Firefox, it encounters issues when used in Safari on a Mac. Specifically, when clicking on an image it is opening in full-screen mode with zoom which results the arrows and other zoom in/out buttons are not visible as they should be.