Use image style in Twig

By mherchel, 21 December, 2025

This is from Specbee. I haven't tested it yet, but will likely find it useful at some point with SDC.

            
            {{ {
  '#theme': 'image_style',
  '#style_name': 'large_webp',
  '#uri': file_uri,
  '#attributes': {
    alt: 'My alt text',
    loading: 'lazy',
  },
}|render }}