view sat_templates/templates/bulma/photo/slideshow.html @ 295:1de599c5a68f

bulma (base): loading screen: when the `loading_screen` variable is set before extending `base/base.html`, a loading modal is shown (and must be removed via JavaScript). This avoids the user to try to use an interface which is not reactive or working normally because JS is not fully loaded yet.
author Goffi <goffi@goffi.org>
date Fri, 27 Nov 2020 12:24:03 +0100
parents 9731b71ffa53
children
line wrap: on
line source

<div class="slideshow">
    <button class="delete is-large click_to_close slideshow_control"></button>
    <div class="click_to_comment slideshow_control">
        <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 slideshow_control"></div>
        <div class="swiper-button-prev slideshow_control"></div>
        <div class="swiper-button-next slideshow_control"></div>
        <div class="swiper-scrollbar slideshow_control"></div>
    </div>
</div>