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