• Hello πŸ™‚
    I am trying to get the feature images in my excerpts to align top center instead of just center. That way the image shows from it’s top. I have tried a few code additions and no luck.
    Thanks in advance for any help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    You are referring to the image cropping parameters, not positioning on the page, correct? Specify the appropriate $crop arguments with add_image_size(). If you want to alter an existing image size’s behavior, you could alter the data in the global $_wp_additional_image_sizes, but that’s rather hacky. We’re supposed to remove one, then add another.

    This added size can be applied to newly uploaded images, existing images remain unaffected. There are plugins available that will regenerate existing images based on the currently defined image sizes.

Viewing 1 replies (of 1 total)

The topic ‘Feature image align top’ is closed to new replies.