Skip to content
Discussion options

You must be logged in to vote

Depends what you want exactly, turning images as circle is easy.

.card-img {
  border-radius: 50%;
}

Note that for perfect circle you need square images and possibly a bit more CSS.
For that, I suggest you use your favourite browser developper/inspect mode to figure this out.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mcanouil
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
listings themes Related to HTML theming or any other style related issue (like highlight-style)
2 participants