You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Clipper: Better handling of images when multiple images have the same source but with different dimensions
This commit is contained in:
@@ -30,7 +30,7 @@ class HtmlToHtml {
|
||||
}
|
||||
|
||||
// We need this extra style so that the images don't overflow
|
||||
const extraStyle = '<style>img {max-width: 100%;height: auto;}</style>'
|
||||
const extraStyle = ''; //<style>img {max-width: 100%;height: auto;}</style>'
|
||||
|
||||
return {
|
||||
html: extraStyle + htmlUtils.headAndBodyHtml(dom.window.document),
|
||||
|
||||
Reference in New Issue
Block a user