svelte-zoom icon indicating copy to clipboard operation
svelte-zoom copied to clipboard

Nearly native image scaling in web (:iphone:/:computer:), rich in functionality. This will make your mobile users happy

Results 9 svelte-zoom issues
Sort by recently updated
recently updated
newest added

i want to use this using a dpad

This module is great however it seems to only work well on Chromium browser Firefox seems to act weirdly and even more so on mobile version of the browser -...

By default, when zooming or panning by touch, it is no longer possible to pan by mouse-click

If you touch the zoomed in image with 5 fingers at once, there is chance that the image slips out of bounds. I fixed this by checking the number of...

Hi, cool Library! It would be cool to have an option that would allow to zoom further in until we get an 1:1 pixel ratio (or even further) Best, tomthe

REPL example - drag and move image - jams, does not move. I checked in Firefox. ![zoom-svelte-bug-firefox](https://user-images.githubusercontent.com/16800535/114313826-74f96380-9af8-11eb-80d2-2bae1fa5cb25.gif)

the style is stuck to `translate(0px, 0px) scale(1)` or `transform: matrix(1, 0, 0, 1, 0, 0);`