add height limit to wishlist image
This commit is contained in:
parent
47d5c16fbb
commit
92fbf14f97
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ block content
|
|||
tr(id=item.id)
|
||||
td
|
||||
figure(style='width: 100%; margin: 0;')
|
||||
img(src=item.image, style='width: 100%;')
|
||||
img(src=item.image, style='width: 100%; max-height: 20em; object-fit: contain;')
|
||||
if item.url
|
||||
td.ugc(data-label='Name')
|
||||
a(
|
||||
|
|
Loading…
Reference in a new issue