You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Electron, Mobile: Fix image width
This commit is contained in:
@ -324,7 +324,8 @@ class MdToHtml {
|
||||
border: 1px solid ` + style.htmlDividerColor + `;
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
`;
|
||||
|
||||
|
Reference in New Issue
Block a user