Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <section class="slideshow-mobile">
  2. <amp-carousel class="carousel" width="600" height="250" layout="responsive" type="slides" controls loop>
  3. {{#each slideshow}}
  4. <div class="slide">
  5. <amp-img src="{{{this.src}}}" width="600" height="250" layout="fill"></amp-img>
  6. <div class="caption">
  7. <div class="columns is-gapless is-mobile is-vcentered">
  8. <div class="is-narrow column has-text-left">
  9. <span class="slideshow-images">{{{../slideshow_text}}}</span>
  10. </div>
  11. <div class="column"></div>
  12. <div class="is-narrow column has-text-right">
  13. </div>
  14. </div>
  15. </div>
  16. </div>
  17. {{/each}}
  18. </amp-carousel>
  19. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement