• Resolved wentys

    (@wentys)


    i add c.a. 600×800 images to posts. when show single post its ok, but after click categories and shows posts list, images are very very small. how change, increase?
    sorry for bad english

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author nobita

    (@nobita)

    Hi wentys

    Usually it will be displayed at the same size.

    To solve this problem, you need to make sure your web site.

    Please tell me URL

    600×800 single post URL

    and

    categories URL

    thank you.

    Thread Starter wentys

    (@wentys)

    im on localhost, but this is screen:
    http://imgmega.com/bi2guo3mlgjx/test.jpg.html

    all thumbs are 48px hight (width proportional), i saw this value when i browse theme files but cant find now.

    Theme Author nobita

    (@nobita)

    I understand.

    Add functions.php

    <?php
    add_filter( 'post_thumbnail_size', 'full');
    ?>

    style.css

    .h2-thumb img{
        display:block;
    }
    Theme Author nobita

    (@nobita)

    3 weeks, I will change because there is no answer to Resolved

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘change (increase) post image’ is closed to new replies.