tailwindcss/docs/source/docs/background-size.blade.md
2017-11-10 13:03:28 +02:00

1.6 KiB

extends title description features
_layouts.documentation Background Size Utilities for controlling the background size of an element's background image.
responsive customizable hover focus
true false false false

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

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