Search code examples
amp-html

How to make a responsive amp-carousel


Is there any way to make a responsive amp-carousel?
I've tried to use the attribute layout="responsive" on images within the carousel, but it doesn't work.


Solution

  • As documented here: https://github.com/ampproject/amphtml/blob/master/extensions/amp-carousel/amp-carousel.md amp-carousel does not currently support layout="responsive"

    That means that you can't currently create a responsive amp-carousel.

    Please file a new issue: https://github.com/ampproject/amphtml/issues/new to track this feature request.