Mercurial > libervia-templates
diff sat_templates/templates/bulma/photo/item.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 | 40fccd3b7cf0 |
children | 1a68c078a233 |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/photo/item.html Thu Jul 16 09:08:34 2020 +0200 +++ b/sat_templates/templates/bulma/photo/item.html Thu Jul 16 09:08:34 2020 +0200 @@ -1,7 +1,7 @@ <div class="column is-4 item" data-item='{{file|tojson}}'> <div class="card x-is-hoverable"> <div class="card-image is-photo-thumbnail-container is-flex has-items-centered has-background-light"> - <a href="{{file.url}}" class="is-wrapping"> + <a href="{{file.url}}" class="is-wrapping photo_thumb_click"> <img class="is-photo-thumbnail" src="{{file.thumb_url}}" alt="{{file.name}}"> </a> </div>