simple-image icon indicating copy to clipboard operation
simple-image copied to clipboard

Hide caption when it is blank

Open lucasln opened this issue 1 year ago • 1 comments

Is it possible to hide the caption area when it is blank and in readonly mode ? Thanks

lucasln avatar Oct 02 '23 14:10 lucasln

you can use this CSS class to hide the caption area

.cdx-simple-image__caption{
 display : none;
}

bdhamithkumara avatar Dec 08 '23 05:12 bdhamithkumara