Kuvan hover suurennus

PHOTO EMBED

Wed Jan 19 2022 20:50:41 GMT+0000 (Coordinated Universal Time)

Saved by @tarusalokangas

.sqs-block-image .design-layout-inline:hover img {transform:scale(1.2);
transition: 3s;}
.sqs-block-image .design-layout-inline {overflow:hidden!important}


//--Image Types
.sqs-block-image .design-layout-inline
.sqs-block-image .design-layout-poster
.sqs-block-image .design-layout-card
.sqs-block-image .design-layout-overlap
.sqs-block-image .design-layout-collage
.sqs-block-image .design-layout-stack

//--Zoom on hover
img:hover {transform: scale(1.1);}

//--Smooth zoom transition
img:hover {transform: scale(1.1); transition: .4s;}
img{transform: scale(1); transition: .4s;}

/--Zoom out on hover
img {transform: scale(1.1); transition: .4s;}
img:hover {transform: scale(1); transition: .4s;}
content_copyCOPY