Merge pull request #202 from mailpoet/newsletter_width

Increase newsletter width to 660px from 600px
This commit is contained in:
Marco
2015-10-30 12:37:16 +01:00
3 changed files with 11 additions and 6 deletions

View File

@ -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