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

Object position for images #39196

Open
2 tasks done
naider opened this issue Sep 16, 2023 · 3 comments · May be fixed by #39930
Open
2 tasks done

Object position for images #39196

naider opened this issue Sep 16, 2023 · 3 comments · May be fixed by #39930

Comments

@naider
Copy link

naider commented Sep 16, 2023

Prerequisites

Proposal

.object-position-center{
    object-position: center;
}

.object-position-top-left{
    object-position: top left;
}
.object-position-top-right{
    object-position: top right;
}
.object-position-top-center{
    object-position: top center;
}

.object-position-bottom-left{
    object-position: bottom left;
}
.object-position-bottom-right{
    object-position: bottom right;
}
.object-position-bottom-center{
    object-position: bottom center;
}

Motivation and context

I don't found "object-position" for images.
Has only "object-fit" in utilities.

@pragyamishra56
Copy link

can I resolve the issue?

@julien-deramond
Copy link
Member

Glad to see @pragyamishra56 that you'd like to contribute to Bootstrap.
As mentioned in our contributing guidelines everyone can resolve any issues, we don't assign issues.
However, please note that no maintainer has answered yet this feature request to say if this is something we might consider adding to the framework. It could be risky to start a development too early that could end up being refused.

@pragyamishra56
Copy link

yup, you are right if anything that I can contribute or help with?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To analyze
Development

Successfully merging a pull request may close this issue.

3 participants