diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-06 09:08:12 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-06 09:08:12 +0700 |
commit | fbad03f8ba146d9d5ceeb9d39918b068edeccf42 (patch) | |
tree | daef4bbc6b37a343996cd3d1cba88bd9c3ef8232 /pages | |
parent | e7de325ee57453efa74c1d254d5d4b34e974b2f5 (diff) |
results uses real image
Diffstat (limited to 'pages')
-rw-r--r-- | pages/results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/results.html b/pages/results.html index 349e03c..cd668fe 100644 --- a/pages/results.html +++ b/pages/results.html @@ -65,7 +65,7 @@ <div class="col-lg-6 col-md-6"> <div class=" container"> <a href="[area [item-code]]" class="d-block h-100"> - <img src="__IMAGE_DIR__/thumb/[item-field thumb]" class="img-fluid img-thumbnail" alt="[item-description]" title="[item-code]"> + <img src="__IMAGE_DIR__/items/[item-field image]" class="img-fluid img-thumbnail rounded" alt="[item-description]" title="[item-code]"> </a> </div> <div class="container"> |