Wednesday, 21 August 2013

Onclick I Should get the Image of original size

Onclick I Should get the Image of original size

pI have resized the image using css, I need to get the image to original
size onclick what should I do in order to do that?/p pFind the CSS at a
href=http://jsfiddle.net/RDcA7/ rel=nofollowhttp://jsfiddle.net/RDcA7//a/p
precodelt;style type=text/cssgt; .pad { display:inline-block; padding:
5px; border: 1px solid #ddd; -webkit-box-shadow: 0 0 3px 0 rgba(200, 200,
200, 0.5); box-shadow: 0 0 3px 0 rgba(200, 200, 200, 0.5); } .pin {
background: #FEFEFE; opacity: 1; display: inline; } .pin img { width:auto;
image-rendering:optimizeQuality; -ms-interpolation-mode: bicubic;
max-height: 200px; max-width: 400px; } lt;/stylegt; /code/pre

No comments:

Post a Comment