티스토리 뷰
728x90
<tbody>
<tr th:each="order : ${orders}">
<td style="width: 6rem;"><img class="bd-placeholder-img card-img-top img-fluid" width="100%" height="100%"
th:src="'data:image/jpeg;base64,'+${order.mainImage}" alt="..." /></td>
<td th:text="${order.amount}">결제금액</td>
</tr>
</tbody>
img의 상위 클래스에 style="width: Xrem;"으로 크기를 조절한다.
img-fluid나 img-responsive 등등 스택 오버플로우의 모든 방법을 해봐도 안 되는데 이것만 크기 조절이 가능했음
'etc > TIL' 카테고리의 다른 글
HTML 테이블 태그에 링크를 넣는 방법 (0) | 2022.06.02 |
---|---|
authentication.getAuthorities()에서 권한 여부 확인하는 방법 (0) | 2022.05.19 |
스프링 부트에서 예외 처리하는 방법 (0) | 2022.04.29 |
@Setter없이 Entity를 update하는 방법 (0) | 2022.04.28 |
스프링부트에서 빈 배열만 출력될 때 해결 방법 (0) | 2022.04.28 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- vim
- IDE
- 레디스
- RequestBody
- 아키텍처
- RequestPart
- Dap
- 배포
- JavaScript
- ModelAttribute
- 루나빔
- neovim
- RequestParam
- 도커
- lunarvim
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함