Closed jaxonashton closed 2 years ago
Modified the CSS files to add the avatar class, enabling image cropping based on the following radius values:
avatar
border-radius: 0% - no cropping/native display of image border-radius: <10%-40%> - varying degrees of 'squircle' border-radius: 50% - true circle
border-radius: 0%
border-radius: <10%-40%>
border-radius: 50%
I've also added class="avatar" in the main HTML file for the image reference.
class="avatar"
Whoops, looks like it grabbed more than just the minor edits. Will close and resubmit.
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 imageborder-radius: <10%-40%>
- varying degrees of 'squircle'border-radius: 50%
- true circleI've also added
class="avatar"
in the main HTML file for the image reference.