Center Crop
video-center-crop
Crops the video to the specified dimensions by centering the crop window on the frame.
video-center-crop accepts a boolean value. When set to true, Imgix crops the video to the dimensions specified by video-width and video-height, using the center of the frame as the crop anchor.
Both video-width and video-height must be set for video-center-crop to take effect. If the source aspect ratio differs from the target, the video is first scaled to the minimum size that fills the target dimensions, then cropped to fit.
This is distinct from fit=smart-crop, which uses AI to identify a focal point before cropping. Center crop always anchors to the geometric center of the frame.