-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Image as background cannot set background position #12347
Comments
We're cutting down on the number of outstanding issues, in order to allow us to focus. I'm closing this issue because it has been open for over 60 days with no activity. If you think it should still be opened let us know why. PRs are always welcome. |
I am also looking for something similar like background position |
Me too. |
Was looking for background position |
+1 need this for image sprite |
@hramos can this issue be reopened? It seems to be gaining some interest. |
@sscaff1 I'd re-open it, but the original post does not adhere to the issue template we're using. Unless the OP edits it, it's probably best to open a new issue. |
Will do thank you. |
I have a variable image coming from the web that I need to use as the background of a container. So this works fine. The only problem is I don't know how to set the position of the background. I want to use something like
background-position
so that my background is in the top left.Here is a code snippet:
The default background position seems to be the center of the image. Anyway to get this to work?
The text was updated successfully, but these errors were encountered: