Skip to content

Bagaimana cara mengubah elemen slider menjadi amp-carousel #192

Discussion options

You must be logged in to vote

Kalau markupnya kompleks jangan pakai kait mas, mending manual saja pakai kondisional:

<?php if ($site->is('mobile')): ?>
  <amp-carousel></amp-carousel>
<?php else: ?>
  <div class="carousel"></div>
<?php endif; ?>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yuliakbard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants