Featured image being cropped

  • Unknown's avatar

    campingmaisonneuve.wordpress.com, custom 2012 theme. I have set a featured image for each top level page. all pages are set to full width (no left or right sidebar). The text is full width, but when I add a featured image it is being forced to 624×163 from the full page 960×250 it should be.

    I can see in DOM Explorer the image size is set to 624×163 – can I do a CSS override to make this display as actual size? if so how please? :)

    many thanks
    russ.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Russ,

    For the theme Twenty Twelve, the feature images width is set to 624 px as seen here:

    http://theme.wordpress.com/themes/twentytwelve/

    However, you can change this by editing the CSS as you requested. Try copying/pasting this in your CSS editor:

    .attachment-post-thumbnail {
    	width: auto;
    }

    Feel free to reach out if you have any questions!

  • The topic ‘Featured image being cropped’ is closed to new replies.