Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi Roger,

    thanks for your post, and sorry for the trouble.

    Using table for a set of images like that is not really a good choice. Problems with responsiveness are one reason for that, the other being that a table is semantically wrong.
    This is also visible in the Responsive Tables Extension: It just won’t work for a table like this, it’s more targeted at tables that have real data in them and not at tables that are used for layout or styling purposes.

    I therefore suggest a different approach for the page with those images: You should wrap them in e.g. <div> elements for a more modern webdesign approach: With those elements, you can use CSS3 Media Queries to restyle them from e.g. 4 columns to 2 columns on smaller screens.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Responsive Images’ is closed to new replies.