Viewing 1 replies (of 1 total)
  • Will Schmierer

    (@officialwill)

    It looks like according to the css file, that the image is actually set to be 100% of the column, so regardless of the size you upload, it will stretch the image to fill the space.

    This is the part of the css setting the image to fill the space

    .wpb_single_image img {
    height: auto;
    max-width: 100%;
    }

    if you want it to be smaller, just change the max-width. There may be better options, but this would be a start.

Viewing 1 replies (of 1 total)
  • The topic ‘Featured image size’ is closed to new replies.