Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show navigation arrows in amp carousel in mobile

I want to show navigation arrows in amp carousel in mobile but by default it does not show arrows. I have tried .amp-carousel-button { display:""; } and many others but nothing seems to work.

like image 778
shubham mod Avatar asked Aug 31 '25 06:08

shubham mod


1 Answers

You could also simply add the attribute controls to the <amp-carousel> tag, along with the other options you pass in.

like image 83
Asamoah Avatar answered Sep 02 '25 19:09

Asamoah