Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Luca Grandicelli

    (@lgrandicelli)

    Remove the max-width: 100%; rule from your theme stylesheet.

    Thread Starter hsouthpaw

    (@hsouthpaw)

    Thanks!

    After a bit of messing around I also found that adding this

    style=”max-width: none;”
    so you get this `widget_args[“thumbnail_width”] . ‘” height=”‘ . $this->widget_args[“thumbnail_height”] . ‘” alt=”‘ . $post_title . ‘” style=”max-width: none;” />’;
    `

    to the class-main.php works.

    I’m not a techie by any means. Would you recommend your solution over this other?

    Plugin Author Luca Grandicelli

    (@lgrandicelli)

    In this case, yours is better, so SRP is not interfering with other images that might need that rule.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thumbnails show differently in different browsers.’ is closed to new replies.