Ghost/ghost/email-service/lib
Sodbileg Gansukh 1a2fa55c1e Fixed product card image overflow in Gmail
no issues

- product card images have explicit width/height attributes, and when the width value is large (e.g. 2560), it causes an overflow on Gmail on Android
- the reason why there's no issue on other email clients is that Gmail on Android has autofit feature which makes the email width fit inside the screen automatically, and it made the email width very narrow when the product card image width isn't responsive
- this fix makes the product card image width responsive by explicitly setting it 100%
2023-08-23 22:02:54 +08:00
..
email-templates Fixed product card image overflow in Gmail 2023-08-23 22:02:54 +08:00
BatchSendingService.js Made lexical rendering async (#17438) 2023-07-20 17:48:48 -05:00
EmailBodyCache.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailController.js Added test email rate limiting (#17505) 2023-07-27 08:46:50 +02:00
EmailEventProcessor.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailEventStorage.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailRenderer.js 🎨 Added support for relative links in emails (#17630) 2023-08-08 13:22:56 +02:00
EmailSegmenter.js Retain newsletter subscriptions on suppression (#17373) 2023-07-24 10:47:57 +01:00
EmailService.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
MailgunEmailProvider.js Added bulkEmail.batchSize option to configure batch size 2023-06-26 12:57:44 +02:00
SendingService.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00