💄 Block pictures width to 300px max

This commit is contained in:
Clement 2020-07-20 16:54:46 +02:00
parent 141ab8eec5
commit 0c155199db
2 changed files with 6 additions and 1 deletions

View File

@ -121,7 +121,7 @@ function inliner(css) {
var pipe = lazypipe()
.pipe($.inlineCss, {
applyStyleTags: false,
removeStyleTags: true,
removeStyleTags: false,
preserveMediaQueries: true,
removeLinkTags: false
})

View File

@ -6,6 +6,11 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<link rel="stylesheet" type="text/css" href="{{root}}css/app.css">
<style>
table.body img {
max-width: 600px;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width">
<title>{{subject}}</title>