Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

[ImageView] Get rid of skipGemini flag #875

Merged
merged 2 commits into from
Dec 6, 2017

Conversation

alloy
Copy link
Contributor

@alloy alloy commented Dec 6, 2017

A flag called skipGemini was added to the image component, which was seemingly only done to work around a problem with Gemini not being able to read images from https sources. However, the issue was apparently resolved with this PR.

The flag was never removed and got used in new auction related code 5dde988#diff-741b505d177ba9a6e497cd077987ab45R47

Skip New Tests

This flag was only a workaround for a temp issue where Gemini couldn’t
load private images.
Don’t use MP’s cropping feature, as it won’t know the perfect resolution
at data query time.
url
}
url(version: "large")
aspect_ratio
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@l2succes @damassi Don’t use MP’s cropping feature, but instead get a high-res URL and let our image component determine the right resolution and request that from Gemini.

@artsy-peril artsy-peril bot deleted a comment from ArtsyOpenSource Dec 6, 2017
@mzikherman
Copy link
Contributor

Yep, makes sense!

@mzikherman mzikherman merged commit 2ac6319 into master Dec 6, 2017
@alloy alloy deleted the get-rid-of-temp-workaround branch December 6, 2017 21:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants