TwentyThirteen – stop Featured Image from cropping
-
Hi there
I’ve been messing around with this for ages but no joy : (
There are a couple of similar threads here but none seem to work or properly address my problem.Using Twenty Thirteen theme with a child (twentythirteen-child) I’m trying to have the featured image display at the top of a post similar to a regular image thumbnail, as added to the body of a post.
For example, when adding an image into the body of a post, it appears in it’s full proportions but at a reduced size.
The featured image however appears at full size but cropped to 604 w x 270 h
This gives the effect of ‘zooming’ in on the centre of my image.
I want to display the whole image at say 500px wide by whatever the height is (this would vary depending on the featured image)I see this is handle by the functions.php as follows:
add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 604, 270, true );
I’ve added this to my child functions.php & edited it and messed with the css but whatever i seem to do, nothing overides this.
Also, on an aside (not important but … )can the featured image be clickable to a full size version. Seems featured images aren’t dynamic.
Any ideas gratefully received.
Thanks very much in advance
- The topic ‘TwentyThirteen – stop Featured Image from cropping’ is closed to new replies.