Minimal theme: images get "cutted"

Hi everyone, I’m using minimal theme and I’m experiencing this “bug”.
Here’s in live-preview mode what I see:


Everything’s good, but as soon as I go to reading view:

As you can see image border get cropped.

Any solution to this? Thank’s

Apparently by disabling “image grids” option the images does not get cut anymore, but I want that option enabled. Any way to solve this? Thank’s.

If you don’t find an answer here, try filing an issue at the theme’s GitHub page.

I’ll do it, thank’s.

Does anyone else have this issue?

Same issue here!

Hello, use this snippet:

/*MINIMAL THEME FIX*/
.img-grid .markdown-preview-section>.el-embed-image>p>.internal-embed img {
    object-fit: contain;
}

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.