• Resolved jmcnair

    (@jmcnair)


    Pictures in Tablepress plug-in look great in Chrome. However, in Internet Explorer they are WAY too big. How can I adjust the size just for IE? Seen on homepage for https://rlh.tcu.edu/ in IE.

    I’ve tried putting the site in Compatibility View Settings but it didn’t help. Active Scripts are enabled in IE Options.

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The reason for this seems to be that you embedded the images with their full size. There is CSS in place to restrict this, but IE does not seem to always follow that.
    You could therefore try overriding this. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-5 .column-2 img {
      width: 220px
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Pictures to large in IE’ is closed to new replies.