You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: