• Resolved hollywoodonlocation

    (@hollywoodonlocation)


    I have a table which uses 3 images as the headers for all 3 columns. Looks fine on computer, but when accessing page via phone, the images force the table to scroll from left to right, instead of shrinking to fit the screen like my other table w/o images.

    How can I fix this?

    Love the plugin!

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    To achieve shrinking of images in tables, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

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

    Regards,
    Tobias

    Thread Starter hollywoodonlocation

    (@hollywoodonlocation)

    Thank you. Images, which are all the same size, show up as different sizes now, but at least the table fits the screen. :o)

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

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