alangrainger/obsidian-image-captions

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

Opened this issue · 2 comments

  • Before Minimal Image grids are turned on: works fine.
    Clip_2024-02-21_13-53-44

  • After turning on Minimal Image grids: not working correctly
    Clip_2024-02-21_13-54-19

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;
}

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