• Resolved Ayumi

    (@lovebelle)


    Hi! All of the images used in my TablePress tables are suddenly shrinking and behaving differently despite not changing anything. The images are 40x40px; previously, columns would fit snuggly around the images and the size would not change when resizing the browser window. Now however, the images shrink down when there’s not enough room to display them.. it looks really bad and I would like this disabled. What happened and how can I fix this?

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

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.

    The cause for this is that some CSS in your theme (or rather the Elementor builder that is used) is not being active, presumably due to the CSS caching/minification plugin that you are using.
    To work around that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .elementor .tablepress img {
        max-width: none;
    }

    You might then have to flush/clear the cache of the WP-Optimize plugin that you are using.

    Regards,
    Tobias

    Thread Starter Ayumi

    (@lovebelle)

    Ahah! That fixed it, thank you so much! I’m guessing a recent update must have changed something, but it’s working now. Thanks for the help, VERY quick response!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias
    ?
    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images resizing to be very small’ is closed to new replies.