• Resolved dyana_by

    (@dyana_by)


    Hi,

    when I add a feature image in a post the image that appears in the home page is very big!

    How to fix this issue?

    Thx.

Viewing 1 replies (of 1 total)
  • Thread Starter dyana_by

    (@dyana_by)

    Change this

    .wp-post-image {
    display:block;
    width:100%;
    }

    with this

    .wp-post-image {
    display:block;
    width:40%;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Fratured Image too big’ is closed to new replies.