Forums

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

Home Forums CSS Bootstrap responsive work around Reply To: Bootstrap responsive work around

#146283
ayottepl
Participant

Sorry, i didn’t explain you the problem.

I don’t know what’s the use case of your css class, but the problem was because your images were in position absolute. That mean the container did not had any height because he had “nothing” inside.

You don’t need height anymore on your images or containers, it will be responsive and fluid ;)