Mercurial > libervia-templates
diff sat_templates/templates/bulma/photo/slideshow.html @ 252:a0e889d73bad
bulma (photo): slideshow
CSS + template for slideshow and the comments panel used inside.
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 16 Jul 2020 09:08:34 +0200 |
parents | |
children | 2ee4a91f615b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sat_templates/templates/bulma/photo/slideshow.html Thu Jul 16 09:08:34 2020 +0200 @@ -0,0 +1,14 @@ +<div class="slideshow"> + <button class="delete is-large click_to_close"></button> + <div class="click_to_comment"> + <span class='comments__count'></span> + <i class="icon-comment-empty is-size-3"></i> + </div> + <div class="swiper-container"> + <div class="swiper-wrapper"></div> + <div class="swiper-pagination"></div> + <div class="swiper-button-prev"></div> + <div class="swiper-button-next"></div> + <div class="swiper-scrollbar"></div> + </div> +</div>