I am using the css and Javascript method to enlarge the image in a page.. I used some code s which didn't give me a correct way..
Seeking help and I have given my fiddle link below
My Css is
#demo {
overflow: hidden;
width: 120px;
text-align: center;
padding: 10px;
z-index: 3;
}
#demo img {
border: none;
width: 100px;
height: 100px;
border: 5px solid #f4f4f4;
z-index: 3;
}
#enlarge_images {
;
display: none;
border: 5px solid #f4f4f4;
z-index: 100;
}
I tried this Fiddle CODE