aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/fixmystreet/around/around_map_list_items.html2
-rw-r--r--templates/web/fixmystreet/around/on_map_list_items.html2
-rw-r--r--templates/web/fixmystreet/index.html2
-rw-r--r--templates/web/fixmystreet/report/photo.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/web/fixmystreet/around/around_map_list_items.html b/templates/web/fixmystreet/around/around_map_list_items.html
index e1c81b943..fed53d279 100644
--- a/templates/web/fixmystreet/around/around_map_list_items.html
+++ b/templates/web/fixmystreet/around/around_map_list_items.html
@@ -13,7 +13,7 @@
[% END %]
</div>
<div class="img">
- <img alt="" height="" width="100px" src="/photo?id=[%p.id%]">
+ <img height="60px" width="90px" src="/photo?id=[%p.id%];fp=1">
</div>
</a>
</li>
diff --git a/templates/web/fixmystreet/around/on_map_list_items.html b/templates/web/fixmystreet/around/on_map_list_items.html
index 724cb0e17..ce5639665 100644
--- a/templates/web/fixmystreet/around/on_map_list_items.html
+++ b/templates/web/fixmystreet/around/on_map_list_items.html
@@ -10,7 +10,7 @@
[% END %]
</div>
<div class="img">
- <img alt="" height="" width="100px" src="/photo?id=[%p.id%]">
+ <img height="60px" width="90px" src="/photo?id=[%p.id%];fp=1">
</div>
</a>
</li>
diff --git a/templates/web/fixmystreet/index.html b/templates/web/fixmystreet/index.html
index c6e3e69c6..96f4dddb5 100644
--- a/templates/web/fixmystreet/index.html
+++ b/templates/web/fixmystreet/index.html
@@ -74,7 +74,7 @@
<small>[% prettify_epoch( p.confirmed_local.epoch, 1 ) %]</small>
</div>
<div class="img">
- <img alt="" height="60px" width="90px" src="/photo?id=[%p.id%]">
+ <img height="60px" width="90px" src="/photo?id=[%p.id%];fp=1">
</div>
</a>
</li>
diff --git a/templates/web/fixmystreet/report/photo.html b/templates/web/fixmystreet/report/photo.html
index f266792b2..e74f0bbfe 100644
--- a/templates/web/fixmystreet/report/photo.html
+++ b/templates/web/fixmystreet/report/photo.html
@@ -1,6 +1,6 @@
[% IF c.cobrand.allow_photo_display && object.photo %]
[% photo = object.get_photo_params %]
<div class="update-img">
- <img alt="" height="" width="100px" src="[% photo.url %]">
+ <img src="[% photo.url %]">
</div>
[% END %]