object-contain
Usage
<div class="object-contain">
  <!-- Your content here -->
</div>
Examples
Here are some examples of how to use the object-contain class:
<!-- Basic usage -->
<div class="object-contain">Content</div>
<!-- With other classes -->
<div class="object-contain p-4 bg-white">
  Content with padding and background
</div>