Merge pull request #202 from mailpoet/newsletter_width
Increase newsletter width to 660px from 600px
This commit is contained in:
@ -297,9 +297,9 @@ define([
|
||||
// Following advice from Becs, the target width should
|
||||
// be a double of one column width to render well on
|
||||
// retina screen devices
|
||||
targetImageWidth = 1200,
|
||||
targetImageWidth = 1320,
|
||||
|
||||
// For main image use the size, that's closest to being 600px in width
|
||||
// For main image use the size, that's closest to being 660px in width
|
||||
sizeKeys = _.keys(sizes),
|
||||
|
||||
// Pick the width that is closest to target width
|
||||
|
Reference in New Issue
Block a user