diff options
| author | Paul Buetow <paul@buetow.org> | 2022-02-20 13:44:42 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-02-20 13:44:42 +0000 |
| commit | e88eea122ee112e63f7e544fd777ca8ab4cee323 (patch) | |
| tree | 3e9f7af4b1d318b37b7eb2b99f8a011a88d50bc1 /share/templates/default/preview.tmpl | |
| parent | 66c34c39d75d73159fe82c1d07961e0505fc8d6c (diff) | |
improve CSS styles - also add animationsdevelop
Diffstat (limited to 'share/templates/default/preview.tmpl')
| -rw-r--r-- | share/templates/default/preview.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/default/preview.tmpl b/share/templates/default/preview.tmpl index feaa1cf..ddd036d 100644 --- a/share/templates/default/preview.tmpl +++ b/share/templates/default/preview.tmpl @@ -1,5 +1,5 @@ cat <<END <a name='${photo}' href='${backhref}/${html_dir}/${num}-${i}.html'> - <img border='0' src='${backhref}/${thumbs_dir}/${photo}' /> + <img class='thumb ${animation_class}' src='${backhref}/${thumbs_dir}/${photo}' /> </a> END |
