Site logo

[Support request] Featured Images

Home Forums Support [Support request] Featured Images

Home Forums Support Featured Images

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #2607241
    David
    Staff
    Customer Support

    Ideally you should upload images of all the same size and then theres no need for CSS or plugins or head banging 🙂

    A simple option would be this CSS:

    .single-post .featured-image.page-header-image-single img {
        aspect-ratio: 16/9;
    }

    As it defines the aspect ratio as opposed to defining any fixed heights, all images will ultimately fill that space.
    Adjust the ratio to whatever meets your needs.

    #2607416
    John

    I’ll try that, Dave.
    Thanks.

    Is that Simple Custom CSS or Additional CSS?

    #2607436
    David
    Staff
    Customer Support

    Either one of the Simple Custom CSS or Additional CSS will do.

    You may want to consider choosing one of the two places and putting all your CSS in there.

    #2607481
    John

    Oh, ok, I’ll put them all in SC CSS.

    Thanks, Dave !

    #2607507
    David
    Staff
    Customer Support

    You’re welcome

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.