Ghost/ghost/email-service/test
Chris Raible e50ad7561c
🐛 Fixed image rendering in Outlook email client (#17475)
refs TryGhost/Product#3647

- The latest version of juice (which Ghost uses to inline css in email
newsletters) included new functionality to add height="auto" and
width="auto" for any images with dimensions set to auto in css
- This was causing rendering issues in Outlook, which would render the
image at full width, which often added a horizontal scroll and generally
messed up the flow of the document
- This change prevents juice from modifying the height or width of `<img
/>` tags
2023-07-24 18:33:56 -07:00
..
utils Improved oversized batch correction logic 2023-06-09 14:40:12 +07:00
.eslintrc.js Added email service package (#15849) 2022-11-21 10:29:53 +01:00
batch-sending-service.test.js Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
email-controller.test.js Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
email-event-processor.test.js Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
email-event-storage.test.js Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
email-renderer.test.js 🐛 Fixed image rendering in Outlook email client (#17475) 2023-07-24 18:33:56 -07:00
email-segmenter.test.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
email-service.test.js Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
mailgun-email-provider.test.js Added bulkEmail.batchSize option to configure batch size 2023-06-26 12:57:44 +02:00
sending-service.test.js Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00