Forums

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

Home Forums CSS Responsive CSS: filling all available width with images

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #41054
    naquad
    Member

    Hi.

    I’m trying to make a responsive markup for a video gallery.
    Problem I’ve stumbled upon is illustrated by this example: http://codepen.io/anon/pen/IoyGt (please don’t mind those side columns, they’re hidden when screen is too small using media queries) – here I’m trying to make video images to take all available space with text-align justify, but as you can see spacing in rows differs and last element can be aligned only to right (doesn’t look good :S).

    Seems that I’m doing something totally wrong. My question is: how should I implement middle column?

    I understand I can use a table with a bunch of media queries, but it seems to be overkill and I hope to find some more dynamic approach.

    Thanks.

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.