Replies: 1 comment
-
Height is set relative to width, as width is normally the limiting factor when viewing web pages: mkdocs-material/src/assets/stylesheets/main/_typeset.scss Lines 389 to 395 in e24759f You could add a CSS class that sets |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now I encounter an issue where it seems like that Material for MkDocs ignores the
height
property of an<img>
tag.Setting the
width
property works perfectly fine tho.Examples:


Beta Was this translation helpful? Give feedback.
All reactions