Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Richard Archambault

    (@richardmtl)

    Hi there!

    I had this happen to me a while ago but it’s something that we’ve since fixed as I can’t reproduce it. Could you link me to the site where it happens, please?

    Thread Starter David Levine

    (@justlevine)

    Plugin Contributor Richard Archambault

    (@richardmtl)

    I currently see this error in the widget on your site:

    We cannot load blog data at this time

    What settings do you have for the widget? Can you show me a screenshot? You can use https://snag.gy for the screenshot. Thanks!

    Thread Starter David Levine

    (@justlevine)

    Here is the error! https://snag.gy/b4zD6.jpg

    As you can see in the sidebar, instead of resizing the pictures, they overflow off the screen.

    Plugin Contributor Richard Archambault

    (@richardmtl)

    Hi justlevine, here’s what you can do. Add the following to your site’s CSS:

    .jetpack-display-remote-posts img {
    width: 100%;
    }

    That should do it for you. Thanks to your request, we’re going to include this in a future Jetpack update, so that other users won’t encounter the same problem when there is no pre-exisiting CSS rule for widget images in their theme’s CSS.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Display WordPress Posts (Jetpack) – Featured Images dont resize to widget’ is closed to new replies.