#infinite-slider {
  --aspect-ratio: auto; /* Default: auto (use image's natural ratio) */
  /* Or fixed ratios: */
  --aspect-ratio: 1 / 1;   /* Square */
  --aspect-ratio: 16 / 9;  /* Widescreen */
  --aspect-ratio: 4 / 3;   /* Standard */
}
Previous
Previous

Gap Between Images

Next
Next

Image Fit