Loving the minimal theme, thank you.
I solved my problem while making this post, so I’ll share:
How to make thumbnails (that do not expand when resizing windows, and do not affect the zoom size.)
Use the snippet provided by OP, and add separately:
.markdown-preview-view .image-embed {
max-width: 250px;
}
If you just use this snippet by itself, it will effect zoom size.