[Resolved] featured image size

Home Forums Support [Resolved] featured image size

Home Forums Support featured image size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1418541
    demoxing

    Hello,
    I want to make my featured images alignment the same for all posts.
    the featured images shape look different for different posts. I want to make them the same for all posts.
    please help me.

    reference: https://imgur.com/xz7y5yp

    #1418605
    David
    Staff
    Customer Support

    Hi there,

    there is no way to adjust the position of variable size images without using Javascript which would create performance and layout issues.

    The very most you could do is set a minimum height on the entry-header like so:

    .entry-header {
        min-height: 120px;
    }

    But this will add space to all posts and is not responsive.

    The best fix is to ‘crop’ your images so they all have the same aspect ratio.

    #1418612
    demoxing

    I see I don’t want to compromise with site performance and layout so, it’s better to do some manual work.
    thanks, David.

    #1418632
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.