nicojeske / mousewheel-image-zoom

An Obsidian plugin that enables you to increase/decrease the size of an image by holding down a configurable key (defaults to left alt), hovering over an image in preview mode and scrolling.
MIT License
90 stars 5 forks source link

fix: :bug: Show correct value for initial size in settings #44

Closed nicojeske closed 8 months ago

nicojeske commented 8 months ago

The settings showed the value of the step size in the initial size slider instead of the configured initial size.

Fixes #34