summaryrefslogtreecommitdiff
path: root/templates/details
diff options
context:
space:
mode:
Diffstat (limited to 'templates/details')
-rw-r--r--templates/details/national-parks.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/details/national-parks.html b/templates/details/national-parks.html
index 7fa2873..2fefd28 100644
--- a/templates/details/national-parks.html
+++ b/templates/details/national-parks.html
@@ -28,7 +28,7 @@
<article id="park-{{forloop.counter}}">
<h1>{{object.name}}</h1>
<div class="figure">
- <img src="{{object.image.url}}" alt="{{object.title}}" />
+ <img src="{{object.image.url}}" alt="{{object.title}}" width="{{object.image_width}}" height="{{object.image_height}}" />
</div>
<div class="legend">
<h2>{{object.tag_line}}</h2>