zoom
Here are 317 public repositories matching this topic...
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Dec 18, 2018 - Java
-
Updated
Mar 3, 2018 - Java
-
Updated
Jun 9, 2020 - Kotlin
-
Updated
Jun 14, 2020 - JavaScript
-
Updated
Apr 11, 2020 - TypeScript
Thanks for your wonderful plugin!
Can you guys, add a padding parameter to PhotoViewGallery or some where else?
I need to add some padding between photos in gallery.
-
Updated
Mar 29, 2020 - Kotlin
-
Updated
Apr 1, 2020 - Java
I like this library :)
But I'd like to request the feature to inverse the arrow key direction for panning.
Was able to workaround it myself but could be nice to just pass it as an option.
I made a jsfiddle to show my use case.
Drag the blue circle to the bottom right corner, click the image to activate it and position it inside the container with the arrow
-
Updated
Jul 13, 2018 - HTML
-
Updated
Jun 7, 2020 - JavaScript
Make panLimit a prop
It would be nice to be able to add a pan limit prop that would provide a default value for this function. I believe currently, it is just set to a static value of 20:
https://github.com/chrvadala/react-svg-pan-zoom/blob/master/src/features/interactions.js#L74
Would it be possible to use CSS transforms instead of setting max-width? Transforms should be more performant especially on low-end devices.
It took me a little while to realize that piping is happening outside of gif's parsing of the command and requires further calls to the application. For instance:
gif emoji boom | gif rain <(gif emoji boom) > test.gif
Produces the result I expected from gif emoji boom | rain <(boom) > test.gif. It would be helpful for users to have that explained on the README. I'm happy to op
zoom with slider bar
i have the chartjs-plugin-zoom.js file in my solution and just added two more function to the chart instance to zoom in and zoom out after the _WheelHandler function.
chartInstance.ZoomIn = function () { var rect = document.getElementById(chartInstance.canvas.id).getBoundingClientRect(); var center = {
It would be super helpful to be able to only set width or height and have the other value depend on the native height/width of the image... Is that even possible?
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Jun 9, 2019
-
Updated
May 26, 2020 - Vue
Improve this page
Add a description, image, and links to the zoom topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zoom topic, visit your repo's landing page and select "manage topics."


Tried to get this running. Looks super nice and promising. A few things I noticed while setting it up.
I needed to set min sdk to 26 (Oreo) to compile. Not a problem, and easily fixable through error messages
Could it be that .defineZoomLevel replaced .defineDetail and .addDetailLevel? readme.md refers to defineDetail in the quick setup , and the wiki uses addDetailLevel. The demo code