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
When first opening a folder, the images are all nicely displayed. CTRL+Mousewheel increases the overall size of the images. However, the size increase only occurs when the mouse is moved over an image. Ideally, this should work even in the unpopulated area where images have not filled. Is that possible?
The text was updated successfully, but these errors were encountered:
Just to add to this, as it's probably related, if you zoom before the full set of images are loaded, those images loaded later than the moment of zooming will load with the original zoom level rather than the current zoom level, meaning everything looks odd until you re-adjust the zoom.
Partially fixed it. The problem is that the "hitbox" of the div is inconsistent at the bottom of the grid. I'll do a full fix later. The problem is just getting the hitbox size right or making a fullscreen div capture cursor events but not block other interactions https://github.com/JonahGrimm/Meisunry/releases/tag/v11
When first opening a folder, the images are all nicely displayed. CTRL+Mousewheel increases the overall size of the images. However, the size increase only occurs when the mouse is moved over an image. Ideally, this should work even in the unpopulated area where images have not filled. Is that possible?
The text was updated successfully, but these errors were encountered: