Skip to content

Commit 90b3ecb

Browse files
committed
Do not use fill for project images on detail view.
1 parent 11a36dd commit 90b3ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentech/public/utils/templates/utils/includes/media_box_icon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% load wagtailimages_tags %}
2-
{% image page.icon fill-210x210 as page_icon %}
2+
{% image page.icon max-210x210 as page_icon %}
33

44
{% if page_icon %}
55
<div class="media-box__image-container">

0 commit comments

Comments
 (0)