codice:
img {
  transition: transform .5s ease;
}


img:hover {
  transform: scale(1.5);
}
Esempio: http://codepen.io/anon/pen/jPGxdq