Obsidian CSS Snippet for image Caption

This is very simple obsidian css snippet for image caption

.image-embed::After {
content: attr(alt);
padding: 0 1rem 1rem 5rem;
display: block;
text-align: justify;
font-size: 0.9125rem;
}

Example image for caption

We will be happy to hear your thoughts

Leave a reply

Keep It Simple
Logo