0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
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
..
client@8bc2711567 Updated Admin to v4.32.0 2021-12-17 11:32:32 +00:00
frontend 🐛 Added fallback for meta_description to custom_excerpt (#13927) 2022-01-03 19:09:03 +00:00
server 🐛 Fixed Flickr embeds appearing distorted in emails 2022-01-04 11:33:08 +00:00
shared Cleaned up customThemeSettings labs flag 2022-01-03 17:45:25 +00:00
app.js Fixed express app stacking 2021-12-06 21:28:53 +13:00
boot.js Revert "Revert "Extract logging from DI patterns, only use @tryghost/logging package"" (#13884) 2021-12-14 11:22:39 +00:00
bridge.js Added missing async/await calls 2021-11-23 17:24:50 +00:00