Skip to content

Commit

Permalink
remove next/future/image ref (#41610)
Browse files Browse the repository at this point in the history
## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
  • Loading branch information
ismaelrumzan committed Oct 20, 2022
1 parent 6bd789d commit 75aab12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/basic-features/image-optimization.md
Expand Up @@ -167,8 +167,6 @@ If none of the suggested methods works for sizing your images, the `next/image`

## Styling

> Note: Many of the styling issues listed below can be solved with [`next/future/image`](/docs/api-reference/next/future/image.md)
Styling the Image component is similar to styling a normal `<img>` element, but there are a few guidelines to keep in mind:

**Use `className` or `style`, not `styled-jsx`**
Expand Down

0 comments on commit 75aab12

Please sign in to comment.