Forum Discussion
DanBoylandUK
2 months agoCommunity Member
🔍 Interactive Magnifier Tool for Image Inspection
Hi everyone,
I wanted to share a new experiment I’ve been playing with recently, a custom magnifying-glass inspection tool built with HTML, CSS, and JavaScript, then embedded into Rise 360...
AdamMcLean
24 days agoCommunity Member
Is there a keyboard-draggable magnifier version?
DanBoylandUK
23 days agoCommunity Member
Hi Adam, not currently, as I had to tag in some keyboard options for the zoom it wasn't my first option.
It would not be too much effort with the right vibe code, I'm sure, just taking care not to bind zoom option combinations with other navigation options and taking care to map all behaviour to WindowsOS, MacOS and the various Mobile interactions.
This could unintentionally bloat the code and make it fragile and/or sticky, as I didn't have a test audience, as this was mainly a play about, after a random brain fart, I didn't want to add code that couldn't be stress tested.
It's a fair point, though and something I'd be glad to tinker with in later iterations