tailwindcss/docs/source/docs/background-size.blade.md
2017-10-31 17:46:38 -04:00

1.9 KiB

extends title
_layouts.documentation Background Size

Background Size

Utilities for controlling the background size of an element's background image.

@include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => false, 'hover' => false, 'focus' => false ])

@include('_partials.work-in-progress')

Class Properties Description
.bg-cover background-position: cover; Scale the image until it fills the background layer.
.bg-contain background-position: contain; Scale the image to the outer edges without cropping or stretching.