Hero

A very simple example of imgmaker leveraging Bulma's hero unit styles.
The Hero template is the default template used if none is specified.
Dimensions¶
320px x 240px
Parameters¶
| Name | Description | Default | 
|---|---|---|
color | 
The color of the Hero unit, following the Bulma documentation. | primary | 
bold | 
Boolean whether to use the bold style as noted in the documentation | False | 
center | 
Whether to center the text | True | 
title | 
The title text. | "The title!" | 
subtitle | 
The subtitle text. | "The subtitle!" | 
custom_css | 
Custom CSS; refer to the raw template for HTML elements. | '' | 
Example Usage¶
See the tutorial in the documentation.