Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide caption when it is blank #67

Open
lucasln opened this issue Oct 2, 2023 · 1 comment
Open

Hide caption when it is blank #67

lucasln opened this issue Oct 2, 2023 · 1 comment

Comments

@lucasln
Copy link

lucasln commented Oct 2, 2023

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

@bdhamithkumara
Copy link

you can use this CSS class to hide the caption area

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants