
Hey Alex, which slider are you refering too?

Hi,
The one on the home page, Notable grantees, after the grid our grants

I can only think of two solutions here:
- Setting a min
min-height
hard coded in CSS if you know the height or dynamically set based on the heightest image via JavaScript. - Croping images to make sure they always have the same ratio
Happy coding,

Thank you, i am going to try the first solution, with js, i don't think it is possible to crop the images for the client as it is artworks

Finally the solution is not min-height, but max-height, taking the less high image + width: auto 🙂 tested in the inspector for the moment and it works!