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