Problem/Motivation

Pinterest paragraphs have a large white space at the bottom on the AMP Page.
Reproduce by adding a pinterest to any article.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

daniel.bosen created an issue. See original summary.

tjwelde’s picture

We had issues with pinterest and responsive layouts before: https://github.com/ampproject/amphtml/issues/7597.
AMP tries to scale the widget by keeping the aspect ratio, specified with `width` and `height` (which are necessary). But pinterest itself only tries to (unsuccesfully) scale in the horizontal direction.

Additionally, the width and height seem to be hardcoded, which makes it also not work when we use a fixed layout.

So the only real solution seems to be, finding out the correct width and height and using the fixed layout.

chr.fritsch’s picture

Status: Active » Closed (won't fix)

AMP was removed from Thunder 6