Ghost/core/server/services/mega
Kevin Ansfield 30c27ee1c3 🐛 Fixed Flickr embeds appearing distorted in emails
refs https://github.com/TryGhost/Team/issues/1262

- Flickr embeds have fixed width/height attributes on the `img` elements but the displayed width is always constrained to the width of the email content container which is less than the attribute width, however the fixed height is observed by email clients resulting in images that are stretched vertically
- added a `height: auto` CSS override so email clients will correctly recalculate the image size when resized to fit the container width
2022-01-04 11:33:08 +00:00
..
email-preview.js Removed emailCardSegments labs flag (#13276) 2021-09-02 13:11:11 +01:00
index.js Extracted email preview service 2021-09-02 13:11:10 +04:00
mega.js Added linting for use of @tryghost/errors 2021-12-01 11:22:21 +00:00
post-email-serializer.js Added post url option for mobiledoc cards conversion to html 2021-12-10 00:05:07 +05:30
segment-parser.js Lazy loaded cheerio dependency 2021-11-18 17:31:04 +01:00
template.js 🐛 Fixed Flickr embeds appearing distorted in emails 2022-01-04 11:33:08 +00:00