Hello everyone!
I have an slider, inside that slider I have multiple slides and inside each slide I have an image. I’m trying to do an interaction where the image grows inside a mask when hover over but “mask” isn’t working as expect, the image grows out of the mask.
Thank you @Waldo! Indeed it worked. Do you have any input for me to clearly understand why with the hidden overflow it works? Sorry if it’s a silly question. I just want to fully understand.
@adlpp Basically an overflow style sets what happens to an element when it’s content is larger than the element, so commonly used settings include Overflow: hidden, overflow: scroll, Overflow: auto.