We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1ce34 commit 0600268Copy full SHA for 0600268
src/docs/object-fit.mdx
@@ -122,7 +122,7 @@ Use the `object-none` utility to display an element's content at its original si
122
<Example>
123
{
124
<img
125
- className="mx-auto h-48 w-96 rounded-lg"
+ className="mx-auto h-48 w-96 rounded-lg object-none"
126
src="https://images.unsplash.com/photo-1554629947-334ff61d85dc?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&h=1000&q=90"
127
/>
128
}
0 commit comments