Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24500
    low2k
    Member

    Hello,

    I am wondering how I can make the featured image in a post:

    *200 x 200
    *Left side
    *Text Wrap

    -If the image uploaded is bigger than 200×200 than it should shrink.
    -If the image uploaded is smaller than 200×200 it will display its original dimensions.

    Right now it seems fixed at 640xsomething and when I attempted to change the numbers in functions.php it did not render properly.

    Here is an example of something close: http://www.hongkiat.com/blog/category/design/

    Another example:
    http://catchthemes.com/demo/catchbox-pro/category/blog/
    (the way the first post format gallery entry looks)

    Thanks!

    #24525
    Sakin
    Keymaster

    @low2k: Yes you can add smaller featured image. As when you upload the smaller image like 200px width by 200px height and then add the following css in “Appearance => theme Options => Custom CSS” box

    .entry-summary img {
        display: inline;
        float: left;
        margin: 0 15px 10px 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Smaller featured image / post thumbnails’ is closed to new replies.