Images don't display with desired size

Homepage Community Forums Ally Theme Support Images don't display with desired size

  • This topic has 1 reply, 2 voices, and was last updated 10 years ago by Wes.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11719
    luisgiraldo
    Customer

      Hi folks,

      I seem to be having an issue with images, in that they won’t resize, no matter what settings I put for the images in the posts.

      Here’s an example:

      http://ook.co/blog/interview-with-command-control-power-focus-on-managed-services/

      Here is how it looks while editing the post.

      Here are the image settings themselves.

      Clearly, the image size specs are not taking.

      Any ideas?

      #11726
      Wes
      Moderator

        Look for this in your css –

        img {
            height: auto;
            width: auto;
        }

        And remove or comment out the width code like this – /* width: auto; */

        I’m not sure the exact line it’s located in your css since you’re using a plugin to handle your css….but if you search for img you’ll see that code.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.