Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the late answer. As I was on vacation, I didn’t have a chance to reply earlier.

    No, the “Responsive Tables” Extension does not influence images. In fact, it’s not really suited for tables with images.

    To make images in tables responsive, it’s usually better to just use some CSS code like

    .tablepress-id-123 td img {
      max-width: 100%;
    }

    Regards,
    Tobias

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