Tutorial for fragments - image resizing might be misleading
- Dominant language
- Rust
- Stars
- 19k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
I followed [section](https://relay.dev/docs/tutorial/fragments-1/#fragment-arguments-and-field-arguments) "Fragment arguments and field arguments" and added field arguments to `ImageFragment`. Now I pass image width and height to `Image` component but the actual images are not being resized:

I think it's alright that the actual server doesn't resize it (it would probably need some dependencies to do that) but it should be mentioned in the documentation. Maybe some users might be confused why the image is not being resized.
Contributor guide
Assessment
This issue has not been assessed yet.