-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add zoomFactor option to control max zoom #2155
base: master
Are you sure you want to change the base?
Add zoomFactor option to control max zoom #2155
Conversation
numeric, 1.0 means actual size, 2.0 means double the width and height There's no zoom allowed if actual image size fits into the visible area. Sometimes we need to zoom in to see details such as seeing floor plan image. Added $.fancybox.defaults.zoomFactor option to adjust maximum allowed zoom.
I'm hoping they include this feature soon! Fancybox is awesome and would be even greater if we could zoom beyond fullscreen content |
I would also be very happy if we could zoom in beyond fullscreen |
@frydo Upcoming v4 will allow greater customization, you can preview it here - https://fancyapps.com/next/ |
Hey Cool. Thanks for your answer. |
Does v4 have better handling for svg? Currently I am integrating fancybox3 and had to create a CSS workaround for svg. |
Actually, v3 handles SVG just fine, you just have to set some reasonable dimensions using btw, I am curious, what are you using SVG files for? (e.g., floor plans or ...) |
We use svgz for illustrated infopictures on a webshop. Can you say, when v4 get released? |
Just checked the v.4 preview I'm using the paid version |
I'm looking forward for the version 4 release. I saw your preview and I'm really amazed!! But since then I don't see any progress... |
numeric, 1.0 means actual size, 2.0 means double the width and height
There's no zoom allowed if actual image size fits into the visible area.
Sometimes we need to zoom in to see details such as seeing floor plan
image.
Added $.fancybox.defaults.zoomFactor option to adjust maximum allowed zoom.