html

Show highlighted article quote AMP

Article quote text can be highlighted using the HTML tag.

<!--Add below script within <head> tag -->
<script async custom-element="amp-fit-text" src="https://cdn.ampproject.org/v0/amp-fit-text-0.1.js"></script>

<!--Add below HTML markup within <body> tag-->
<amp-fit-text width="400" height="75" layout="responsive" max-font-size="42">
    This is the quote text
</amp-fit-text>
Was this helpful?