💄 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()
|
var pipe = lazypipe()
|
||||||
.pipe($.inlineCss, {
|
.pipe($.inlineCss, {
|
||||||
applyStyleTags: false,
|
applyStyleTags: false,
|
||||||
removeStyleTags: true,
|
removeStyleTags: false,
|
||||||
preserveMediaQueries: true,
|
preserveMediaQueries: true,
|
||||||
removeLinkTags: false
|
removeLinkTags: false
|
||||||
})
|
})
|
||||||
|
@ -6,6 +6,11 @@
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" type="text/css" href="{{root}}css/app.css">
|
<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 http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<title>{{subject}}</title>
|
<title>{{subject}}</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user