• Resolved seoden

    (@seoden)


    Hello.
    I want to use image in first column of the table. It must be responsive and adaptive. How can i do this ?
    My theme is responsive.

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    What exactly does this mean? Do you want the image to shrink on small screens?
    Then, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-123 .column-1 img {
      max-width: 100%;
      height: auto;
    }

    (change 123 to the correct table ID).

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Responsive image’ is closed to new replies.