Title: Responsive image
Last modified: July 11, 2018

---

# Responsive image

 *  Resolved [seoden](https://wordpress.org/support/users/seoden/)
 * (@seoden)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/responsive-image-6/)
 * 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](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/responsive-image-6/#post-10483366)
 * 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.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/responsive-image-6/#post-10483366)
 * Status: resolved