mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 21:40:39 +03:00
0c972d8276
no issue - product card outputs the original width/height of the image in emails which results in overflown images in Outlook - Combined with https://github.com/TryGhost/Koenig/pull/983/files, this change fixes rendering for product card images in Outlook --------- Co-authored-by: Sodbileg Gansukh <sodbileg.gansukh@gmail.com> |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json | ||
README.md |
Email Service
Manages how posts are sent via email
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests