scale animation on an image
How do I apply a css scale animation on this image without getting out of boundary like touching the div outside it. When I scale it, it gets out of the div inside it.
2 Replies
by putting it inside another div with overflow hidden
example: https://codepen.io/MarkBoots/pen/rNEOrjZ
lemme try that
thanks
in advance
yeah it works... Thanks a loooooooot