--- title: CropRegion - Storefront API description: The part of the image that should remain after cropping. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/enums/CropRegion md: https://shopify.dev/docs/api/storefront/unstable/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.​transformed​Src](https://shopify.dev/docs/api/storefront/unstable/objects/Image#field-Image.fields.transformedSrc.arguments.crop) ARGUMENT Represents an image resource. * [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)