Forums

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

Home Forums CSS [Solved] White space appaers next to responsive image Reply To: [Solved] White space appaers next to responsive image

#201342
Paulie_D
Member

Yeah…it’s a combination of the padding, box-sizing and the max-whatever you’re applying to the image.

As I said, you can’t have max-height and max-width as 100% at the same time…you have to pick one or the other (at least AFAIK).

That said, max-height is pretty unusual, normally I would expect to see max-width for responsiveness

Something is borked in FF somewhere..or it could be that they are doing it right and everyone else is doing it wrong. :)