Answer the question
In order to leave comments, you need to log in
Glitch in Safari and what's wrong with the code?
Greetings!
Tell me, please, is everything okay here with the code (rules) of the "slider"? In the latest versions of Opera and Chrome, and in the old Firefox, everything works fine, but in Safari 11 cant.
And in general, in general, are all the rules relevant and necessary, or is something missing?
Answer the question
In order to leave comments, you need to log in
By a glitch in Safari
you are using flex on the parent of the images. By default, it has align-items: stretch .
Safari doesn't work well with this setting and will stretch children ignoring height: auto
Change stretch to whatever you like:
.stacks_in_640_page0images {
...
align-items: flex-start;
...
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question