Tag: Resize Image
Scaling Images With Jquery (Resize Image on Hover)
Using only JQuery you can use the hover() listener for mouseenter and mouseleave events and manage the CSS properties also with JQuery using css() method. For scaling an element you can use the CSS transition in conjunction with transform: scale(<some_number>) properties. Check next example for better understanding: HTML : Javascript/Jquery: Output: