diff --git a/_layouts/about.liquid b/_layouts/about.liquid index 2a9ef13b..959b6904 100644 --- a/_layouts/about.liquid +++ b/_layouts/about.liquid @@ -26,13 +26,12 @@ layout: default {% assign profile_image_class = 'img-fluid z-depth-1 rounded' %} {% endif %} - {% capture sizes %}(min-width: {{site.max_width}}) {{ site.max_width | minus: 30 | times: 0.15}}px, (min-width: 500px) + {% capture sizes %}(min-width: {{site.max_width}}) 30vw, (min-width: 500px) 30vw, 30vw"{% endcapture %} {% include figure.liquid loading="eager" path=profile_image_path class=profile_image_class sizes=sizes alt=page.profile.image cache_bust=true %} - {{site.imagemagick.enabled}} {% endif %} {% if page.profile.more_info %}
{{ page.profile.more_info }}