Back to Amphtml

amp-google-document-embed

extensions/amp-google-document-embed/amp-google-document-embed.md

latest690 B
Original Source

amp-google-document-embed

Usage

The amp-google-document-embed component displays document files like Word documents, Excel spreadsheets, and PDFs.

Example:

html
<amp-google-document-embed
  src="https://www.example.com/document.pdf"
  width="800"
  height="600"
  layout="responsive"
>
</amp-google-document-embed>

Attributes

src

The URL of the document.

common attributes

This element includes common attributes extended to AMP components.

Validation

See amp-google-document-embed rules in the AMP validator specification.