• Resolved dwildi

    (@dwildi)


    Hi Tobias, the first and the last columns of the table contain pictures (*.png). On a PC or Mac everything works fine, but on MOBILE BROWSERS (tested on iPhone with Chrome, Safari and Opera mini and on some Android devices), the last column shows the correct size of the PNG while the first column shows them in a minimum size which makes it almost impossible to click whith the finger on the picture or even to read the status.

    Any ideas why?

    Regards Daniel

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Here, I recommend to add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress img {
      max-width: none !important;
    }

    Then, you could also look at the suggestions from https://tablepress.org/extensions/responsive-tables/ for a better layout on mobile phones.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Pic size in table’ is closed to new replies.