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
100 stars 7 forks source link

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

Open bcdax110 opened 9 months ago

bcdax110 commented 9 months ago
dmalaminos commented 8 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 8 months ago

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

wtrewby commented 1 month ago

I've been having similar theme conflict issues (using Border or Minimal, but still happens with Image Grids switched off. Oddly, the text is all rendered on a single line, even with longer captions. Seems to work fine with the default theme, but I'm not sure how else to de-bug this

Border theme: {10B03979-7B07-4B04-9CCF-24C3D613E41A}

Default theme: {6FF68B59-8659-4D4C-A512-9745C5CDB3EF}