Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to scale two centered image with flexbox Reply To: How to scale two centered image with flexbox

#277669
chris_2080
Participant

try

img {
    max-width: 100%;
}