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
Is there a way to magnify the image to the right side just like Amazon? The image should not zoom in on the image frame but the zoom-in should be in the new frame to the right side!
I am using this function that whenever the mouse is hovered on the image frame it will zoom in but the problem is I want it in the new frame (to the right side of the image)
$('.img-zoom').zoom({ magnify:1.5 });
can I add some CSS or any property can someone guide me, please?
Thanks :)
The text was updated successfully, but these errors were encountered:
sohailkhann05
changed the title
Magnify the image to the right instead of image zoom-in the image frame
Magnify the image to the right side instead of image zoom-in the image frame
Jul 7, 2023
sohailkhann05
changed the title
Magnify the image to the right side instead of image zoom-in the image frame
Magnify the image to the right side instead of image zoom-in in the image frame
Jul 7, 2023
Is there a way to magnify the image to the right side just like Amazon? The image should not zoom in on the image frame but the zoom-in should be in the new frame to the right side!
I am using this function that whenever the mouse is hovered on the image frame it will zoom in but the problem is I want it in the new frame (to the right side of the image)
$('.img-zoom').zoom({ magnify:1.5 });
can I add some CSS or any property can someone guide me, please?
Thanks :)
The text was updated successfully, but these errors were encountered: