Remove margin in rendered deck image
This commit is contained in:
parent
8bc7e43732
commit
32e4bedc59
@ -210,7 +210,7 @@ function handleUpload(res, req) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
page.property('zoomFactor', 2); // pretty arbitrary
|
page.property('zoomFactor', 2); // pretty arbitrary
|
||||||
page.property('content', json.body);
|
page.property('content', '<body style="margin:0;">' + json.body + '</body>');
|
||||||
}));
|
}));
|
||||||
decks.push(deckJSON.name);
|
decks.push(deckJSON.name);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user