jquery - How do I add a zoom hover effect to my thumbnail -


im using wordpress build portfolio site. need create hover effect triggered when mouse enters either. i'm trying box display on image area contains permalink saying "view project" specific post whilst thumbnail zooms in. site responsive can't use fixed widths or heights this.

this im aiming for:

enter image description here

im trying replicate fi doing there image hovers here http://blog.f-i.com/

i've posted current markup on http://jsfiddle.net/estx4/

thanks

here go...this pure css based.

http://jsfiddle.net/2pbg6/

.loop-item { -webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); -ms-transform:translate3d(0, 0, 0); -o-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0); overflow:hidden; position:relative; 

}


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -