looking for code to make image zom with frame instead of click here to inlarge image something like this but with a frame
edit
the needed Script with click not hover on the images
- Code:
.postbody img{-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/-moz-transition-duration: 0.5s; /*Mozilla duration version*/ } .postbody img:hover{-moz-transform:scale(1.1); /*Mozilla scale version*/-moz-box-shadow:0px 0px 0px gray; /*Mozilla shadow version*/opacity: 1;}
edit
the needed Script with click not hover on the images