diff --git a/shared/templates/styleguide2/includes/organisms/candidates/candidate_primary_list.html b/shared/templates/styleguide2/includes/organisms/candidates/candidate_primary_list.html index 98e2e60952becb921cc73e209ed216876d3198c7..7e203263c7ba7f8cd5cac19d357b3f26b952bfa4 100644 --- a/shared/templates/styleguide2/includes/organisms/candidates/candidate_primary_list.html +++ b/shared/templates/styleguide2/includes/organisms/candidates/candidate_primary_list.html @@ -7,9 +7,9 @@ {% for candidate in self.candidates %} {% with candidate.page.specific as specific_page %} {% if candidate.image %} - {% image candidate.image max-756x756 as resized_candidate_image %} + {% image candidate.image fill-756x756 as resized_candidate_image %} {% else %} - {% image specific_page.image max-756x756 as resized_candidate_image %} + {% image specific_page.profile_image fill-756x756 as resized_candidate_image %} {% endif %} {% firstof candidate.description specific_page.perex as description %}