Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mooberrydreams

    (@mooberrydreams)

    Do you have a plugin (or maybe your theme?) that adjusts image sizes? For some reason your site is setting a height and width of 212 to the goodreads image. That is not coming from Mooberry Book Manager. So you can check the settings for that.

    Alternatively, you can try adding this code where under Appearance -> Customize -> Additional CSS and see if that fixes it:

    img.mbm-book-goodreads-image {
        width: fit-content;
        height: fit-content;
    }
    • This reply was modified 2 years, 9 months ago by mooberrydreams. Reason: typo
    Thread Starter zenpigeon

    (@zenpigeon)

    Thank you so much. I put in the CSS you gave and that fixed it. ??

    The plugins I use are just Jetpack, Mooberry, and W3 Total Cache. Maybe W3 Total Cache might be messing with it, because it minifies CSS. In any case, your solution worked. Thanks. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My ‘add to Goodreads’ image is stretched’ is closed to new replies.