Last active
February 5, 2022 09:28
-
-
Save phpbits/1209ce7910c34b88c736d3c03c6956c7 to your computer and use it in GitHub Desktop.
Custom Image Block Style Variations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.is-style-circular-image img{ | |
border-radius: 9999px !important; | |
object-fit: cover; | |
overflow: hidden; | |
} | |
.is-style-rounded-corners img{ | |
border-radius: 0.5em; | |
overflow: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wait why 9999px border-radius? idk man it just feels weird...