Cannot adjust image size within a post

Homepage Community Forums Optimal Theme Support Cannot adjust image size within a post

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8546
    maxmyadmin1
    Customer

      Hi
      I am using Genesis 2.0 and Optimal 1.3. When I add an image to a post and then resize it to a percentage of its original size, it remains on the page in its original size.

      Here is an example.
      http://www.maxmyshopping.com/wp/deals-triad-groceries/

      This image shows up as 150×150 even though I have set it manually in the HTML as:

      <h5>logo_FoodLionFood Lion</h5>

      #8549
      Eric
      Customer

        If I remove width: auto; on line 395 in your css it seems to fix it. –

        img {
            height: auto;
            width: auto;
        }

        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #8553
        maxmyadmin1
        Customer

          Thanks. That worked! Yay!

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Cannot adjust image size within a post’ is closed to new replies.