aboutsummaryrefslogtreecommitdiff
path: root/templates/images.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/images.html')
-rw-r--r--templates/images.html20
1 files changed, 9 insertions, 11 deletions
diff --git a/templates/images.html b/templates/images.html
index 2f1bb40..3ad38f8 100644
--- a/templates/images.html
+++ b/templates/images.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<title>
OmniSearch Images - {{query}}
</title>
@@ -47,16 +47,14 @@
</div>
</div>
</div>
- <a href="{{img[2]}}" target="_blank" class="image-link">
- <div class="image-info">
- <span class="image-caption">
- {{img[1]}}
- </span>
- <span class="image-source">
- {{img[2]}}
- </span>
- </div>
- </a>
+ <div class="image-info">
+ <span class="image-caption">
+ {{img[1]}}
+ </span>
+ <span class="image-source">
+ {{img[2]}}
+ </span>
+ </div>
</div>
{{endfor}}
</div>