Skip to content

Commit

Permalink
πŸ› amp-subscriptions: Fix img attributes in documentation (#35521)
Browse files Browse the repository at this point in the history
* πŸ› Add missing attributes

* πŸ› Remove unsupported attribute
  • Loading branch information
lluerich committed Aug 4, 2021
1 parent 67064e8 commit 6cf23e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/amp-subscriptions/amp-subscriptions.md
Expand Up @@ -415,9 +415,9 @@ By default, as the body, pingback POST request receives the entitlement object r

To accurately identify the Reader, the Publisher should associate the [AMP Reader ID][1] with any Publisher cookies relevant to the Reader.

<amp-img alt="reader id cookie association" layout="responsive" src="https://github.com/ampproject/amphtml/raw/main/extensions/amp-subscriptions/images/reader-id-assoociation.png">
<amp-img alt="reader id cookie association" layout="responsive" width="1195" height="1148" src="https://github.com/ampproject/amphtml/raw/main/extensions/amp-subscriptions/images/reader-id-assoociation.png">
<noscript>
<img alt="reader id cookie association" layout="responsive" src="https://github.com/ampproject/amphtml/raw/main/extensions/amp-subscriptions/images/reader-id-assoociation.png">
<img alt="reader id cookie association" src="https://github.com/ampproject/amphtml/raw/main/extensions/amp-subscriptions/images/reader-id-assoociation.png">
</noscript>
</amp-img>

Expand Down

0 comments on commit 6cf23e3

Please sign in to comment.