-
Hi. How do I set the app to start showing me the actual size instead of filled? I have checked the user setting file, but can't find where to change it. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
d2phap
Jan 3, 2025
Replies: 1 comment
-
You can create a {
"_Metadata": {
"Description": "ImageGlass configuration file",
"Version": 9.1
},
"ZoomLockValue": 100,
"ZoomMode": "LockZoom"
} This file basically resets the Zoom mode to "Lock Zoom Ratio" and sets the Zoom value to 100% every time the app launched. For more information about the configuration, please refer to https://imageglass.org/docs/app-configs |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JRKL75
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can create a
igconfig.admin.json
file with this content and copy it to the startup folder of ImageGlass (where ImageGlass.exe is located):This file basically resets the Zoom mode to "Lock Zoom Ratio" and sets the Zoom value to 100% every time the app launched.
For more information about the configuration, please refer to https://imageglass.org/docs/app-configs