HTML
<div class="image"><a href="#"><img width="380" height="250" src="https://static.tildacdn.com/8cc252ee-d86c-4a54-a908-38e5d1942ee2/photo1453372755486254d0e724b38.jpeg" /></a></div>

<style>
.image {
 overflow:hidden;
 width: 380px;
 height:250px;
 }
.image img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 }
 
.image img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }
 
 </style>
Made on
Tilda