Skip to content

Commit

Permalink
Update profiles.liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
BingCS committed Aug 29, 2024
1 parent c012baf commit ea9193e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/profiles.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ layout: page
{% else %}
{% assign profile_image_class = 'img-fluid z-depth-1 rounded' %}
{% endif %}
{% capture sizes %}(min-width: {{site.max_width}}) {{ site.max_width | minus: 300 | times: 0.1}}px, (min-width: 200px) 10vw, 10vw"{% endcapture %}
{% capture sizes %}(min-width: {{site.max_width}}) {{ site.max_width | minus: 30 | times: 0.3}}px, (min-width: 576px) 30vw, 95vw"{% endcapture %}
{% include figure.liquid loading="eager" path=profile_image_path class=profile_image_class sizes=sizes alt=profile.image %}
{% endif %}
{% if profile.more_info %}
Expand Down

0 comments on commit ea9193e

Please sign in to comment.