Support » Theme: Pinboard » Homepage images are being resized and stretched

  • Images on the homepage are being resized, and then for some reason stretched again. Is there any way to fix either the resizing of the image or the stretching though custom coding?

    Here’s what I see on the source code of my homepage:

    <section id="content" class="column threefourthcol">
    										<div class="entries">
    											<article class="post-2048 post type-post status-publish format-standard has-post-thumbnail hentry category-photographs category-visiting-other-countries column onecol has-thumbnail" id="post-2048">
    	<div class="entry">
    							<figure class="entry-thumbnail">
    			<a href="http://site.com/2014/05/11/post-slug/" rel="bookmark" title="Post Title">
    				<img width="700" height="233" src="http://site.com/wp-content/uploads/2014/05/Image-700x233.jpg" class="attachment-blog-thumb wp-post-image" alt="Image Description)." />			</a>
    		</figure>

Viewing 3 replies - 1 through 3 (of 3 total)
  • backup your style.css first

    Then around line 1325 you will see this code

    .wp-post-image {
    display:block;
    width:100%;
    }

    Try adding a height value

    Thread Starter Fox2000

    (@fox2000)

    I have a custom CSS manager plugin that I use for updating CSS and it seems to be working for most changes. I tried this code and didn’t get anything different. I also tried for the image class: .attachment-blog-thumb wp-post-image an didn’t get anything different. Put height also at 100%.

    do you have a link to your site?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Homepage images are being resized and stretched’ is closed to new replies.