Is there any jQuery plugin or CSS technique to achieve this pop effect like go
#images{ padding:30px; } #images img{ position:relative; float:left; height:100px; margin:5px; transition:0.3s; box-shadow: 0 0 0 10px #fff; } #images img:hover{ z-index:2; transform: scale(1.2); } #images img:hover:after{ content: attr(title); }