Class to shortcode [image src

Hello

I want to use this shortcode

[image src="..... animate="fadeIn"]

to embed an image but I would like to add a class to this image (to put it in a circle with this case with this css

.circle-image img{

border-radius: 50%;

-moz-border-radius: 50%;

-webkit-border-radius: 50%;

-o-border-radius: 50%;

}


=> what is the code to add in the shortcode?

[image src="..... animate="fadeIn" class="circle-image"]

does not work


Thanks in advance

Comments

Sign In or Register to comment.