berkeleybop/berkeleybop.github.io

automatically resize logos

Closed this issue · 2 comments

Project logos show up full-size, which can be way too big. Should constrain logos to be a max size.
(I thought there was an already issue about this but I don't see it.)

Screen Shot 2022-10-23 at 12 08 44 PM

To fix this, edit the style="..." in

{% if page.logo %}
<img alt="logo" src="{{page.logo}}"/>
{% endif %}

I'm not very experienced in css and don't know what to change there. 😕