import * as React from 'react'; import { Image } from 'office-ui-fabric-react/lib/Image'; import { Label } from 'office-ui-fabric-react/lib/Label'; export const ImageDefaultExample = () => (

With no imageFit property set, the width and height props control the size of the frame. Depending on which of those props is used, the image may scale to fit the frame.

Example with no image fit value and no height or width is specified.
Example with no image fit value and only width is specified.
Example with no image fit value and only height is specified.
Example with no image fit value and height or width is specified.
);