--- title: CropRegion - Storefront API description: The part of the image that should remain after cropping. api_version: unstable api_name: storefront type: enum api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/enums/CropRegion' md: 'https://shopify.dev/docs/api/storefront/latest/enums/CropRegion.md' --- # Crop​Region enum The part of the image that should remain after cropping. ## Valid values * BOTTOM Keep the bottom of the image. * CENTER Keep the center of the image. * LEFT Keep the left of the image. * REGION Crop the exact region of the image specified by the crop\_left, crop\_top, crop\_width and crop\_height parameters. * RIGHT Keep the right of the image. * TOP Keep the top of the image. *** ## Fields * [Image.transformedSrc(crop)](https://shopify.dev/docs/api/storefront/unstable/objects/Image#field-Image.fields.transformedSrc.arguments.crop) ARGUMENT An image resource with URL, dimensions, and transformation options. Used for product images, collection images, media previews, and other visual content throughout the storefront. The [`url`](https://shopify.dev/docs/api/storefront/current/objects/Image#field-Image.fields.url) field accepts an [`ImageTransformInput`](https://shopify.dev/docs/api/storefront/current/input-objects/ImageTransformInput) argument for resizing, cropping, scaling for retina displays, and converting between image formats. Use the [`thumbhash`](https://shopify.dev/docs/api/storefront/current/objects/Image#field-Image.fields.thumbhash) field to display lightweight placeholders while images load. * [Image​Transform​Input.crop](https://shopify.dev/docs/api/storefront/unstable/input-objects/ImageTransformInput#fields-crop) 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 ### Inputs with this enum * [Image​Transform​Input.crop](https://shopify.dev/docs/api/storefront/unstable/input-objects/ImageTransformInput#fields-crop) ### Arguments with this enum * [Image.transformedSrc(crop)](https://shopify.dev/docs/api/storefront/unstable/objects/Image#field-Image.fields.transformedSrc.arguments.crop)