--- title: CropRegionInput - GraphQL Admin description: The input fields for defining an arbitrary cropping region. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/cropregioninput md: https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/cropregioninput.md --- # Crop​Region​Input input\_object The input fields for defining an arbitrary cropping region. ## Fields * height [Int!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) non-null Height of the region of the image to extract when using the region crop mode. * left [Int!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) non-null Left position of the region of the image to extract when using the region crop mode. * top [Int!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) non-null Top position of the region of the image to extract when using the region crop mode. * width [Int!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) non-null Width of the region of the image to extract when using the region crop mode. *** ## Input objects using this input * [Image​Transform​Input.cropRegion](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ImageTransformInput#fields-cropRegion) INPUT OBJECT The available options for transforming an image. All transformation options are considered best effort. Any transformation that the original image type doesn't support will be ignored. *** ## Map ### Input objects using this input * [Image​Transform​Input.cropRegion](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ImageTransformInput#fields-cropRegion)