Before you ask please READ THIS

Changing default img.attachment-apollo-post-thumb size

edited December 2012 in Hypershot Posts: 13
Hi again,

I've changed the blog-list width size from 660px to 700px with css in the child theme. But the theme keeps generating the default image (feature image) size of 600px.

I noticed the theme generates several standard thumb sizes from each image, including 600px wide thumbs for the blog list.

I need the the size to be AT LEAST 640px wide (960px is better for retina screens). What do I have to do to be able to change that default using the child theme?

Please help. Thanks

Comments

  • AirAir
    Posts: 10,970
    angusrs said: 960px is better for retina screens
    I bet 80% of you users use retina display;-) Better look for retina plugin if you care about retina users and don't want to suffer 'non-retina' users. http://wordpress.org/extend/plugins/wp-retina-2x/faq/

    Back to topic:
    If you wish to edit this size go to advance/apollo13.php line ~137
    add_image_size( 'apollo-post-thumb', 600, 0, true); //(cropped)
    Edit 600

    With regards.


  • That plugin is awesome!!

    Thanks for the help, the size works now. :)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!