-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
Component: amp-carouselCustomer: ActionsP2: SoonType: BugType: UXissues impacting end user experienceissues impacting end user experienceWG: components
Milestone
Description
Try the following in AMP playground:
<amp-carousel width="400" height="300" layout="responsive" type="slides" loop>
<amp-img src="/img/image1.jpg" width="400" height="300" layout="responsive" alt="a sample image"></amp-img>
<amp-img src="/img/image2.jpg" width="400" height="300" layout="responsive" alt="another sample image"></amp-img>
</amp-carousel>Swiping between slides is janky/broken. One possible fix is to override shouldLoop in slidescroll.js when number of slides < 3.
Context: b/123093858
/cc @aghassemi
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: amp-carouselCustomer: ActionsP2: SoonType: BugType: UXissues impacting end user experienceissues impacting end user experienceWG: components