Skip to content

v1.5.23 — Responsive email sections + correct mobile preview

Choose a tag to compare

@dompl dompl released this 23 Feb 10:05
· 32 commits to master since this release

Fixed

  • Responsive email sections — generated email HTML now includes a <style> block with @media (max-width: 620px) rules. Section tables carry class="bcg-s" and go full-width on mobile; product cells carry class="bcg-p" and stack vertically; header nav carries class="bcg-nav" and hides on mobile; all images inside sections become fluid. The content wrapper uses width:100%;max-width:600px instead of a fixed pixel width.
  • Mobile preview — reverted the transform: scale() approach; the preview iframe is now literally 375 px wide so the email's CSS media queries actually fire and the layout reflows correctly. Dark background and shadow retained for the mobile frame aesthetic.