• My blog, Nana’s Tasty Traditions, (nanastastytraditions.com) has been running without issues for the past year. I received a couple of emails from Bluehost advising me to update a couple of plugins (one of which was Disqus) because of possible hack. I followed their advise and updated to plugin as suggested. Soon after, the update, I noticed that all the images on my posts (from the media library) somehow changed in size and took over the length of the screen. The theme I am currently using is Leaf.
    Please help me figure out how to fix these images and have my blog get back to normal!
    Thank you so much

Viewing 1 replies (of 1 total)
  • It looks like there’s some css that’s making all the images bigger.

    .site-header img, .entry-content img, img.size-full {
        max-width: 205%;
    }

    More specifically the .entry-content img, img.size-full part of that entry. When I get rid of that it looks like everything goes back to normal.

Viewing 1 replies (of 1 total)
  • The topic ‘All Images on my blog changed size after Disqus plugin update’ is closed to new replies.