Update bookmarklet.js
This commit is contained in:
@@ -348,6 +348,7 @@
|
||||
// scale min
|
||||
var scale = Math.min(scaleWidth, scaleHeight, 1);
|
||||
if (scale < 1) {
|
||||
console.log("scale: " + scale )
|
||||
jQuery("html", printDocument).css("font-size", scale + "cm");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user