featured image size

  • bsacue

    #10280

    Hi

    Ive been messing about with this beautiful theme and made some test posts but after the update 1.7 all my posts now have a super sized image when before they was just a nice size. any ideas how to fix this please

    I found the check box to disable last post super sized so fixed that bit.

    thanks

    HERE

    Admin

    Syahir Hakim

    #45813

    In 1.7, the featured image fills up the width of the post. The featured images on the site you linked to seems to have a small, square size. Therefore, when it fills up the width of the post, it looks blurry and large (because of the near square dimension).

    Try using another image with a width of at least 850 pixels.

    bsacue

    #45814

    Thanks for the reply Syahir, are you saying every image from now on needs to be 850 px? before the update the image was fine isn’t there a option to change this please?

    thanks

    Admin

    Syahir Hakim

    #45815

    Well, the simplest way to revert to what it was before is to add this code in the theme’s Custom CSS option:

    .hentry .featured-image img {
    width: auto;
    }

    bsacue

    #45816

    brilliant thank you very much

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.