• Resolved AardvarkGirl

    (@aardvarkgirl)


    I’m using a theme modified from Twenty Eleven.

    I’m new to twenty-eleven – when I created a post and inserted an image in the body of the post, and selected the size of ‘thumbnail’

    `<img src= …. width=”150″ height=”150″ class=”alignnone size-thumbnail wp-image-14″ />

    it actually gets bigger. :-\

    Image on the left is the image at its normal size. Image on the right is supposed to be the thumbnail (code above).

    http://www.ratest4.com/?p=4#comment-2

Viewing 2 replies - 1 through 2 (of 2 total)
  • caused by .columns img { width: 98% } in these embedded styles in the header:

    <!-- Magazine Columns CSS -->
    <style type='text/css'>
     #col_two1 { float: left; width: 47%; }
     #col_two2 { float: left; width: 47%; margin: 0 0 0 5%; }
     .columns img { width: 98% }
    </style>
    
    <!-- eof Magazine Columns CSS -->
    Thread Starter AardvarkGirl

    (@aardvarkgirl)

    OK – never mind. It was the Magazine Columns plug in using a class of ‘columns’ – which I assume was conflicting with something in the theme style sheet. I changed the plugins class to’mcolumns’ and all is fine now. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Confused about image sizes in posts for Twenty Eleven’ is closed to new replies.