Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

zoom in to picture on html css

/* Point-zoom Container */.point-img-zoom img {  transform-origin: 65% 75%;  transition: transform 1s, filter .5s ease-out;}/* The Transformation */.point-img-zoom:hover img {  transform: scale(5);}
Source by codeconvey.com #
 
PREVIOUS NEXT
Tagged: #zoom #picture #html #css
ADD COMMENT
Topic
Name
7+7 =