We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The docs for iron-image's position property define a default value of center but they don't define what other values are valid.
center
Relevant code:
iron-image/iron-image.html
Line 178 in d0699b5
Similar to the docs for iron-image's sizing property it should list the valid values.
center appears to be the only valid value of this property. Searching the code and repository doesn't turn up anything helpful.
https://elements.polymer-project.org/elements/iron-image#property-position
The text was updated successfully, but these errors were encountered:
+1 this sort of thing is quite irritating
Sorry, something went wrong.
For the record, it seems to be a background-position:
https://developer.mozilla.org/en-US/docs/Web/CSS/background-position
No branches or pull requests
Description
The docs for iron-image's position property define a default value of
center
but they don't define what other values are valid.Relevant code:
iron-image/iron-image.html
Line 178 in d0699b5
Expected outcome
Similar to the docs for iron-image's sizing property it should list the valid values.
Actual outcome
center
appears to be the only valid value of this property. Searching the code and repository doesn't turn up anything helpful.Live Demo
https://elements.polymer-project.org/elements/iron-image#property-position
The text was updated successfully, but these errors were encountered: