My imagination are strong enough for me to hold on.
Hello 2017

#Tutorial : Image zoom-in effect II
Saturday 19 December 2015 @ 09:24



Hover this Image

Hey guyssssss!!
I'm going to show you guys another way that how to make image zoon-in when you hover



1.Open your blog template, change to Edit Html
2.Press Ctrl+F (Command+F for Mac user)
3.Find </style>
4.Put this code before </style>
img {
-moz-transition: 0.5s;
-webkit-transition: 0.5s;}

img:hover {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transition: 0.5s;
-webkit-transition: 0.5s;}
5.Save, done!!

Labels: