Hi there,
I am trying to replicate Netflix carousel.
I have the gallery and I am able to scroll through the gallery.
Here the code
The issue I have is that when I hover to scale the images these latters get cropped due to the height of the parent element.
I don’t like the idea to increase the height of the section element because it would ruin the style.
If you check on Netflix once you hover on a show-image, this latter is able to break out its parent.
An alternative would be to remove the “overflow-x: hidden” to the section element but for some reasons (maybe you can help me with this one as well) the scrollTo method in javascript does not work without it.
Finally, I thought that setting overflow-y: visible, positioning the image to relative with z-index would have sorted the issue, but nothing.
Any suggestions please?