We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b9e47 commit 5cbd356Copy full SHA for 5cbd356
1 file changed
src/dom-to-image-more.js
@@ -48,7 +48,7 @@
48
inliner: inliner,
49
urlCache: [],
50
options: {},
51
- copyOptions: copyOptions,
+ copyOptions: copyOptions
52
},
53
};
54
@@ -475,7 +475,7 @@
475
476
function fixResponsiveImages() {
477
if (util.isHTMLImageElement(clone))
478
- {
+ {
479
// Remove lazy-loading and responsive attributes
480
clone.removeAttribute('loading');
481
0 commit comments