diff options
| author | Volpeon <git@volpeon.ink> | 2023-01-26 17:57:44 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2023-01-26 17:57:44 +0100 |
| commit | 9b13c09059f0d71f3ddc64ab06d6dba690ee5ac9 (patch) | |
| tree | 1f15248c34917379f18f3327178f55a146284084 /tpl | |
| parent | Avatar (diff) | |
| download | iro-design-9b13c09059f0d71f3ddc64ab06d6dba690ee5ac9.tar.gz iro-design-9b13c09059f0d71f3ddc64ab06d6dba690ee5ac9.tar.bz2 iro-design-9b13c09059f0d71f3ddc64ab06d6dba690ee5ac9.zip | |
Lightbox
Diffstat (limited to 'tpl')
| -rw-r--r-- | tpl/objects/lightbox.pug | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tpl/objects/lightbox.pug b/tpl/objects/lightbox.pug index faf7fa2..ac7d886 100644 --- a/tpl/objects/lightbox.pug +++ b/tpl/objects/lightbox.pug | |||
| @@ -15,3 +15,7 @@ mixin lightbox(images) | |||
| 15 | - classes = i === 0 ? 'is-selected' : '' | 15 | - classes = i === 0 ? 'is-selected' : '' |
| 16 | button.o-lightbox__thumbnail(class=classes) | 16 | button.o-lightbox__thumbnail(class=classes) |
| 17 | img.o-lightbox__thumbnail-img(src=img) | 17 | img.o-lightbox__thumbnail-img(src=img) |
| 18 | button.o-lightbox__thumbnail | ||
| 19 | +icon('volume-2')(class='o-lightbox__thumbnail-icon') | ||
| 20 | button.o-lightbox__thumbnail | ||
| 21 | +icon('video')(class='o-lightbox__thumbnail-icon') | ||
