Function getMediaFitClassName
- getMediaFitClassName(imageFit):
| ""
| "object-fill"
| "object-contain"
| "object-cover"
| "object-none"
| "object-scale-down" Returns
| ""
| "object-fill"
| "object-contain"
| "object-cover"
| "object-none"
| "object-scale-down"
The CSS class name.
Returns the CSS class name for the media fit.