sethcottle / littlelink

A lightweight DIY Linktree alternative.
https://littlelink.io
MIT License
1.82k stars 980 forks source link

Added the option for avatar cropping #54

Closed jaxonashton closed 2 years ago

jaxonashton commented 2 years ago

Modified the CSS files to add the avatar class, enabling image cropping based on the following radius values:

border-radius: 0% - no cropping/native display of image border-radius: <10%-40%> - varying degrees of 'squircle' border-radius: 50% - true circle

I've also added class="avatar" in the main HTML file for the image reference.

jaxonashton commented 2 years ago

Whoops, looks like it grabbed more than just the minor edits. Will close and resubmit.