...
Pull quote
Can adjust or remove margin-y "my-4" class if needed.
| Code Block | ||
|---|---|---|
| ||
<figure class="wp-block-pullquote mx-0 my-4 text-start"> <p class="fs-5">add quote here</p> </figure> |
...
- Image one and two must be horizontal, image three vertical.
- Image one and two size: 2400x1600px, smaller images with the same aspect ratio will also work, such as 512x341px or 1024x682px
- Image three size: 512x768px
- Image two and three are hidden for mobile screens.
- Can use a single caption for all three images for desktop. A mobile caption for just image one, since the others are not visible at that breakpoint.
...