Teaser No Aspect Ratio Display the signifier with its original image dimensions with no predefined aspect-ratio.
Important Notes: By default, teaser signifiers have predefined aspect ratios (16/9 or 1/1). If the no_aspect_ratio prop is set to true, the signifier will display in an aspect ratio based on the original image dimensions.
Demo

Regular teasers.

Card variant teasers.

Twig
{% include '@bolt-components-teaser/teaser.twig' with {
  variant: 'card',
  no_aspect_ratio: true,
  signifier: image,
  headline: {
    text: 'This is the teaser headline',
    link_attributes: {
      href: 'https://www.google.com',
      target: '_blank',
      rel: 'noopener'
    }
  },
} only %}
HTML
Not available in plain HTML. Please use Twig.