added with and height image attributes to thumbnail images
This commit is contained in:
parent
3fa97c16f1
commit
d69cf13311
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ ${stylesheets.addFromTheme("/uploadImages.css")}
|
||||||
<h2>Photo Upload</h2>
|
<h2>Photo Upload</h2>
|
||||||
<div id="photoUploadDefaultImageContainer">
|
<div id="photoUploadDefaultImageContainer">
|
||||||
<h6>Current Photo</h6>
|
<h6>Current Photo</h6>
|
||||||
<img src="${thumbnailUrl}" />
|
<img src="${thumbnailUrl}" width="115" height="115" />
|
||||||
<a href='javascript:delete_photo("${deleteUrl}");'>Delete photo</a></div>
|
<a href='javascript:delete_photo("${deleteUrl}");'>Delete photo</a></div>
|
||||||
<div id="photoUploadForm">
|
<div id="photoUploadForm">
|
||||||
<form action="${formAction}" enctype="multipart/form-data" method="post">
|
<form action="${formAction}" enctype="multipart/form-data" method="post">
|
||||||
|
|
Loading…
Add table
Reference in a new issue