{% include '@bolt-elements-image/image.twig' with {
  fill: true,
  attributes: {
    alt: 'Image alt text',
    src: 'path/image.jpg',
    width: 500,
    height: 500,
  },
} only %}
| Prop Name | Description | Type | Default Value | Option(s) | 
|---|---|---|---|---|
| 
                  attributes
              
       | 
    
               A Drupal-style attributes object with extra attributes to append to this element.  | 
    
              
                                        object
                        
      
       | — |       
  | 
      
  
| 
                  fill
              
       | 
    
               Render the image 100% wide, filling up the full width of its parent container.  | 
    
              
                                        boolean
                        
      
       | — |       
  | 
      
  
| 
                  background
              
       | 
    
               Render the image as a background image. This sets the image to be absolute positioned, only use this prop if the image is inside a non-static container.  | 
    
              
                                        boolean
                        
      
       | — |       
  | 
      
  
npm install @bolt/elements-image