💄 Block pictures width to 300px max
This commit is contained in:
parent
141ab8eec5
commit
0c155199db
@ -121,7 +121,7 @@ function inliner(css) {
|
||||
var pipe = lazypipe()
|
||||
.pipe($.inlineCss, {
|
||||
applyStyleTags: false,
|
||||
removeStyleTags: true,
|
||||
removeStyleTags: false,
|
||||
preserveMediaQueries: true,
|
||||
removeLinkTags: false
|
||||
})
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user