Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
fix url product image
Browse files Browse the repository at this point in the history
  • Loading branch information
bakaqc committed Mar 19, 2024
1 parent 2a686c2 commit c52314a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<c:if test="${requestScope.pro.imageURL != null}">
<div class="tag" style="
background-image: url('<%=request.getContextPath()%>/${requestScope.pro.imageURL}');
background-image: url('<%=request.getContextPath()%>/view/assets/images/${requestScope.pro.imageURL}');
background-repeat: no-repeat;
background-size: contain;
height: 300px;
Expand Down

0 comments on commit c52314a

Please sign in to comment.