• Resolved dave

    (@topdogtips)


    We are trying to promote our course using your table, however the image has shrunk significantly and no matter the dimensions, I am unable to make it appear larger.

    Could your help?

    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 post, and sorry for the trouble.

    The cause for that likely is that there’s this CSS code in your TablePress “Custom CSS”:

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

    This essentially results in all images in all TablePress tables to have a maximum width of 100px. I recommend to either remove this CSS code, or to set a more specific width for the image in this particular table, e.g. with

    .tablepress-id-20 .column-1 img {
      max-width: 200px;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Image Size Issue’ is closed to new replies.