Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix default featured image size #15844

Merged
merged 3 commits into from
Nov 4, 2019

Commits on May 27, 2019

  1. Configuration menu
    Copy the full SHA
    7c1c541 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. fallbackMediaSize added to featured image

    mediaSize reset to post-thumbnail
    fallbackMediaSize added and set to thumbnail
    
    `editor.PostFeaturedImage.fallbackImageSize` filter added to modify the new fallbackMediaSize
    derweili committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    01dad3a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. PostFeaturedImage Performance optimizations

    improved: the fallback size will now be calculated only if the default size is not available.
    changed: the fallback size now uses the same filter as the default size
    Werbeagenten authored and Werbeagenten committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    d1d2547 View commit details
    Browse the repository at this point in the history