diff options
author | Andinus <andinus@nand.sh> | 2022-06-10 16:39:58 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2022-06-10 16:39:58 +0530 |
commit | 199375bc36307c3ffb0d4cfe6a4394fe9bc6ea9a (patch) | |
tree | fc45b52373c3ea1dca9f60f626bd10e3b165e97e /templates | |
parent | 483cb31907a34f5aea7c221fd1a22427bf3fa487 (diff) | |
download | crater-199375bc36307c3ffb0d4cfe6a4394fe9bc6ea9a.tar.gz |
Improve responsiveness, fix bricks.js layout
The images weren't laid out properly on some devices. Solution: https://stackoverflow.com/questions/48987395/check-if-all-the-images-in-the-page-are-loaded
Diffstat (limited to 'templates')
-rw-r--r-- | templates/gallery.crotmp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gallery.crotmp b/templates/gallery.crotmp index 021b366..25c55ea 100644 --- a/templates/gallery.crotmp +++ b/templates/gallery.crotmp @@ -1,6 +1,6 @@ <:use 'templates/base.crotmp'> <|page(.title)> -<div class="gallery"> +<div id="gallery"> <@gallery : $i> <?{ $i.<type> eq 'img' }> |