Skip to content
Snippets Groups Projects
Commit 9cd7c310 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

best picture

parent 38791f5f
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@
<li>
<div>
<%= link_to experience.person, class: "stretched-link" do %>
<% if experience.person.picture.attached? %>
<%= kamifusen_tag experience.person.picture, width: 400, class: 'img-fluid', sizes: {
<% if experience.person.best_picture.attached? %>
<%= kamifusen_tag experience.person.best_picture, width: 400, class: 'img-fluid', sizes: {
'(max-width: 576px)': '400px',
'(max-width: 991px)': '200px'
} %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment