0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/services/mega
Kevin Ansfield cefcdad090 🐛 Fixed emails appearing very wide in Outlook and improved email image sizes
closes https://github.com/TryGhost/Ghost/issues/11536

- bumps `@tryghost/kg-default-cards`
  - image and gallery cards now output `width/height` attributes on `img` elements with a max width of 600px
  - uses resized images where possible to keep email weight down
- adds `height: auto` style to image card images so that the `height` attribute does not cause distortion at smaller screen widths
2020-08-18 15:33:54 +01:00
..
index.js Extracted post email serializer from mega service 2019-11-05 12:15:50 +07:00
mega.js Moved email sending to the background job queue 2020-08-12 17:02:14 +01:00
post-email-serializer.js 🐛 Removed [http://url/] output in member email preview text 2020-08-12 20:14:06 +01:00
template.js 🐛 Fixed emails appearing very wide in Outlook and improved email image sizes 2020-08-18 15:33:54 +01:00