membuat efek zoom pada image (otomatis)
- login blogger
 - buka menu template
 - lalu pilih edit html
 - cari kode ]]></b:skin>
 - lalu masukkan kode dibawah ini tepat diatas kode diatas
 
.post img:hover {
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
-webkit-transform: scale(1.3); }
- simpan
 


