diff options
author | luxagraf <sng@luxagraf.net> | 2011-01-23 16:34:38 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-01-23 16:34:38 -0500 |
commit | b8d1913c21a7c0d80359f19aba8a4bc3ccd1e606 (patch) | |
tree | 214283104b3eb8e68b71d168ccec37fd667f87c8 /templates/details/national-parks.html | |
parent | f0f6aca044d63d973cccd476662e41db6bf3d00a (diff) |
added image dimensions and fixed css bugs
Diffstat (limited to 'templates/details/national-parks.html')
-rw-r--r-- | templates/details/national-parks.html | 2 |
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> |