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
Hi, I really liked this script, but I came across one feature.
I have images with margin-top in styles, when i use Zoomify for image data, the enlarged image when clicked is shifted up by the number of pixels in the margin-top for image. This is especially noticeable if the image is large and scale is set to 0.98 for better magnification. When scrolling, the image becomes centered, but when clicked, it is shifted up. I tried to see something myself, but I didn’t succeed. For the test, create a large image with Zoomify and a 100 pixel margin top in image style. I just wrote what I saw, because I couldn’t fix it myself, thanks.
( wrote using google translator :) )
The text was updated successfully, but these errors were encountered:
Hi try to modify your css files like this .zoomify.zoomed{cursor:-webkit-zoom-out;cursor:zoom-out;padding:none;margin:none;border:none;border-radius:0;box-shadow:none;position:relative;z-index:1501}
Replace margin and padding from 0 to none and its work.
Hi, I really liked this script, but I came across one feature.
I have images with margin-top in styles, when i use Zoomify for image data, the enlarged image when clicked is shifted up by the number of pixels in the margin-top for image. This is especially noticeable if the image is large and scale is set to 0.98 for better magnification. When scrolling, the image becomes centered, but when clicked, it is shifted up. I tried to see something myself, but I didn’t succeed. For the test, create a large image with Zoomify and a 100 pixel margin top in image style. I just wrote what I saw, because I couldn’t fix it myself, thanks.
( wrote using google translator :) )
The text was updated successfully, but these errors were encountered: