How Fastai2 Does Resize,how to batch CenterCrop

How does fastai2 does a resize. Which parameter to aug transforms control that .Like Resize method etc.

  1. I want to use Center Crop instead of resize how can i do that. My item tfms is already used for Albumentations.
    Please suggest a method to do so