Images won't resize

Homepage Community Forums Epik Theme Support Images won't resize

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9485
    scottz
    Customer

      I’m using the epik theme, for some reason, I can’t seem to resize images like I would normally using either the drag control or using the advanced edit images settings. The only options I have to change the image size are the main image size settings when you originally place the image.

      It seems very theme specific. I’m not having this problem with other WP sites at all.

      Check this out.

      http://jmcnaughtlaw.com/practice-areas/

      The image is set to display at 200X200, yet it shows at 300X300.

      I’ve never seem this before.

      Any ideas?

      #9487
      Wes
      Moderator

        If you look in your css around line 389 and remove the height and width it seems to work Try commenting it out like this –

        img {
            /*height: auto;*/
            /*width: auto;*/
        }
        #9488
        scottz
        Customer

          Thanks, I figured it was something like that.

          #9492
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Images won't resize’ is closed to new replies.