Css para imagen redondeada

Hola buenas noches alguien tendrá un css para redondear el campo de imagen?

1 Like

You can use the title component and only choose the image to do it natively.

Me gustaría tener las funciones de el componente imagen

What functions would you like to keep?

Botón de me gusta, que pueda ser carrusel

I’m not aware of a way to do it with carousels, apologize.

1 Like

Try this

<pre><span><style>
[data-test="app-image-carousel"] {
border-radius: 10px;
}
2 Likes