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

Use the large image size when inserting from the media library. #6945

Closed
wants to merge 1 commit into from

Commits on May 24, 2018

  1. Use the large image size when inserting from the media library.

    For performance, avoid using the full size image by default when inserting an image. Note that the media object from the media library will include a `url` property for each image size, while media objects build returned by the REST API via the mediaUploader component will have a `source_url` property instead, so this needs to cover both cases.
    joemcgill committed May 24, 2018
    Configuration menu
    Copy the full SHA
    c4ba784 View commit details
    Browse the repository at this point in the history