alangrainger / obsidian-image-captions

Add captions to images with inline Markdown and link support. The caption format is compatible with the CommonMark spec and other Markdown applications.
GNU General Public License v3.0
94 stars 7 forks source link

[bug]Conflict with Minimal theme (and Minimal Theme Settings plugin) Image grids feature #23

Open bcdax110 opened 6 months ago

bcdax110 commented 6 months ago
dmalaminos commented 6 months ago

Seems to be a conflict with the line height of the figure. It's curious because I use the Minimal theme and my image grids feature is disabled, but also ran into this issue. Try using this CSS snippet:

.image-captions-figure {
    line-height: normal;
}
jiaochenglong commented 5 months ago

It is recommended to update to the next version, otherwise you have to manually modify it every time you install it.