Forums

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

Home Forums CSS Gallery Help Reply To: Gallery Help

#169368
Alen
Participant

.blog_slider img {
    max-width: 100%;
    height: auto;
}

Should do it. Let the image ratio do it’s thing, you just worry about the width. Unless I’m misunderstanding something about what you’re after.