Skip to content

Pullquote

Pullquotes are used in articles and immersive stories to bring focus to a key quote from the story. They provide an image, often useful for a photo of the person the quote is attributed to. They break up the flow of text to make it more engaging.

Open Full Example
<div class="pullquotes">
  <div class="pullquotes__wrapper pullquotes--default">
    <div class="pullquotes__col1"><img src="images/test" alt="Test Image" /></div>
    <div class="pullquotes__col2">
      <img src="/test-image-landscape.jpg" alt="Test Image" />
      <div class="pullquotes__quote">
        <q>This is sample
          pull-quote text
        </q>
      </div>
      <div class="pullquotes__name">Author Name</div>
    </div>
  </div>
</div>
  • Use to highlight story quotes: Pullquotes work well in stories to highlight quotes that illustrate the key points of the story.
  • Don’t use for non-storytelling purposes: Pullquotes have a focused purpose in storytelling, and they are not intended outside this purpose.
ElementDescriptionUsageRequiredMultiple
Column 1The left columnUsed for an optional photoYesNo
Column 2The right columnUsed for the quoteYesNo
QuoteThe quoteYesNo
NameName for attributionNoNo
ClassnameEffectReason to Use
pullquotes--backgroundDisplays a background image for the pullquoteUse to make the design stand out more
pullquotes--image__leftPlace the image left of the quoteUse to adjust the design layout
pullquotes--image__rightPlace the image right of the quoteUse to adjust the design layout
pullquotes--border__leftAdds a border on the left of the quote blockUse to adjust the design layout
pullquotes--border__rightAdds a border on the right of the quote blockUse to adjust the design layout