Skip to content

Commit

Permalink
Track extra style for better images in emails
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jun 24, 2018
1 parent 9155686 commit d73b122
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions header.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<!-- https://templates.mailchimp.com/development/responsive-email/fluid-images/ -->
<style type="text/css">@media only screen and (max-width: 480px) {
img {
max-width:400px !important;
}
}
img {
height:auto !important;
max-width: 600px;
width: 100% !important;
}
</style>

_Your weekly digest full of interesting open source projects in the Apple ecosystem. Find useful tools, inspiration, projects to contribute to._

Expand Down

0 comments on commit d73b122

Please sign in to comment.