Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1419511

    Hi,

    How can I set round images instead of squared ones in team member images?

    Thank you!

    #1419525

    Hey ijnavas,

    Thank you for the inquiry.

    You can use the following css code to create rounded images, but you have to make sure that the aspect ratio of the team member image is 1:1.

    .team-img-container {
        border-radius: 100%;
    }
    

    Best regards,
    Ismael

    #1419599

    Thank you, Ismael!

    How about a simple image? How can I set it also rounded?

    #1419646

    Hi,

    Thank you for the update.

    For an Image element, go to the Styling > Styling toggle, then set the Image Styling to the second option “Circle (image width and height must be equal)”.

    Best regards,
    Ismael

    #1419759

    Done!
    Thank you!

    #1419788

    Hi ijnavas,

    I’m glad that Ismael could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Round images instead of squared (team member)’ is closed to new replies.