{ __( 'Choose “Cover” if you want the image to scale automatically to always fit its container.', 'woo-gutenberg-products-block' ) }
{ __( 'Note: by choosing “Cover” you will lose the ability to freely move the focal point precisely.', 'woo-gutenberg-products-block' ) }
> } label={ __( 'Image fit', 'woo-gutenberg-products-block' ) } value={ imageFit } onChange={ ( value: ImageFit ) => setAttributes( { imageFit: value, } ) } >