Before you ask please READ THIS

height thumbnail fixing

edited December 2011 in Airlock Posts: 15
Hello ,
how I can make the fix sizes of blog thumbnails ( the same like portfolio ) ?

thanks
Post edited by Denis on

Comments

  • AirAir
    edited December 2011 Posts: 10,970
    There were no option for that, sorry. You don't like this style ?:-)
    Go to airlock/loop.php line 29
    change
    <?php if( is_home() || is_archive() || ( defined( 'ORG_IS_FRONT_PAGE' ) && ORG_IS_FRONT_PAGE ) ) $apollo13->top_image_video( get_the_ID() ); ?>

    to

    <?php if( is_home() || is_archive() || ( defined( 'ORG_IS_FRONT_PAGE' ) && ORG_IS_FRONT_PAGE ) ) $apollo13->top_image_video( get_the_ID(), 295, 200 ); ?>

    200 at end is your fixed height.
    Post edited by Air on
  • Posts: 15
    Thank you !
    Theme has great design , I just want blog more regular )
  • AirAir
    Posts: 10,970
    I understand. We will consider adding this to options in theme :-)
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!