瀏覽代碼

Images: display image on Form Page (5)

Andrew Grant 2 月之前
父節點
當前提交
18c7717df2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/templates/images/image/form.html

+ 1 - 1
src/main/resources/templates/images/image/form.html

@@ -79,7 +79,7 @@
             </table>
 
             <div th:if="${image != null and !#strings.isEmpty(image)}">
-                        <img class='img-thumbnail' th:src="'data:image/jpeg;base64,' + ${image} "
+                        <img class='img-thumbnail' th:src="'data:image/jpeg;base64,' + ${imageCommand.imageData} "
                              width="250" height="250" alt =""/>
             </div>