{"id":5796,"date":"2023-10-11T13:41:49","date_gmt":"2023-10-11T17:41:49","guid":{"rendered":"https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design\/"},"modified":"2025-01-24T09:56:42","modified_gmt":"2025-01-24T14:56:42","slug":"understanding-responsive-and-hybrid-email-design","status":"publish","type":"post","link":"https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design","title":{"rendered":"Understanding Responsive and Hybrid Email Design"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">Now that <\/span><a rel=\"noopener\" href=\"https:\/\/www.litmus.com\/email-client-market-share\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Apple\u2019s Mail Privacy Protection dominates reading environments<\/span><\/a><span style=\"font-weight: 400;\">, email designs must accommodate several scenarios\u2014including webmail, desktop, and mobile\u2013often without a lot of visibility. When you don\u2019t have insight into where your audience is opening, using a hybrid\/responsive design is a must. It\u2019s a great way to guarantee a good experience for your subscribers everywhere, no matter where or how subscribers interact with your emails. Responsive or hybrid <\/span><a rel=\"noopener\" href=\"https:\/\/www.litmus.com\/email-design\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">email design<\/span><\/a><span style=\"font-weight: 400;\"> makes all the difference!<\/span><\/p>\n<p><span style=\"font-weight: 400;\">But what\u2019s the difference between hybrid and responsive email design, why are the methods important, and which should you choose? Read on to understand which design strategy is best for your campaigns. <\/span><\/p>\n<h2>What is hybrid email design?<\/h2>\n<p><span style=\"font-weight: 400;\">Hybrid email designs adapt to device sizes without <\/span><a rel=\"noopener\" href=\"https:\/\/www.litmus.com\/blog\/understanding-media-queries-in-html-email\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">using media queries<\/span><\/a><span style=\"font-weight: 400;\"> and breakpoints, which apply styles based on conditions like screen width. Since some email clients <\/span><span style=\"font-weight: 400;\">strip or ignore media queries, <\/span><span style=\"font-weight: 400;\">hybrid design helps you create a mobile-friendly experience across more environments. You can always include media queries as an enhancement for clients that support them.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Hybrid email gets complicated, though, when you start using it on complex layouts. While there are techniques for dealing with two-, three-, and four-column layouts, they are harder to implement and more fragile than the corresponding \u201ctarget-classes-and-override\u201d approach of traditional responsive emails.<\/span><\/p>\n<h2>What is responsive email design?<\/h2>\n<p><span style=\"font-weight: 400;\">Responsive email design adjusts its size across different devices to maintain style and usability, which means subscribers have a great experience on any device or email client.&nbsp;<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Responsive email design uses media queries to change fixed-width tables and images on desktops into fluid ones for smaller screens. What does this mean for subscribers? Email marketing campaigns that use responsive design look great and maintain usability across devices.<\/span><\/p>\n<img decoding=\"async\" class=\"size-medium aligncenter\" src=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/10\/normal-stacking.gif\" alt=\"example of a responsive email\" width=\"584\" height=\"666\">\n<h2><span style=\"font-weight: 400;\">How to design a hybrid email<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Since some email clients ignore media queries, but plenty of your subscribers use those services, email designers can use a hybrid or \u2018spongy\u2019 email design.&nbsp;<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Hybrid coding still uses fluid tables and images but, in contrast to responsive emails, those tables and images are fluid by default. Instead of using media queries to trigger those fluid states on smaller screens, hybrid coding favors Microsoft conditional comments to restrain fluid tables on larger screens.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The hybrid coding approach, sometimes called spongy coding, was pioneered by MailChimp\u2019s <\/span><a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/twitter.com\/flcarneiro\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Fabio Carneiro<\/span><\/a><span style=\"font-weight: 400;\"> and popularized by <\/span><a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/twitter.com\/Mike_Ragan\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Mike Ragan<\/span><\/a><span style=\"font-weight: 400;\"> and <\/span><a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/twitter.com\/moonstrips\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Nicole Merlin<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">While there are variations to the approach, hybrid emails work on the following principles:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fluid tables and elements by default<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Max-width CSS to constrain widths on desktop<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MSO conditional comments to constrain widths in Outlook<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">Let\u2019s look at the very basic steps to design a hybrid email.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Step 1: Create a hybrid table with <\/span><span style=\"font-weight: 400;\">fluid percentage values<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">A hybrid email design starts with a hybrid table. It differs from responsive code with media queries, though, because instead of using fixed pixel values for the width of both the table and image, we are using fluid percentage values. This method allows the content of the email to flow to fill different screen sizes.<\/span><\/p>\n\n\n<pre class=\"wp-block-syntaxhighlighter-code\">&lt;table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"> \n    &lt;tr>\n        &lt;td align=\"center\" style=\"background-color: #00a9f7;\">\n            &lt;table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">                \n                &lt;tr>\n                    &lt;td align=\"center\" valign=\"top\" style=\"padding: 40px 0px \">\n                        &lt;!-- IMAGE -->\n                        &lt;img alt=\"Example\" src=\"http:\/\/placehold.it\/600x300\" width=\"600\" style=\"display: block; width: 100%;\" border=\"0\">\n                    &lt;\/td>\n                &lt;\/tr>\n                &lt;tr>\n                    &lt;td align=\"center\" valign=\"top\" style=\"padding: 0px 10px 20px 10px;\">\n                        &lt;!-- HEADLINE -->\n                        &lt;p>Announcing Some News&lt;\/p>\n                    &lt;\/td>\n                &lt;\/tr>\n                &lt;tr>\n                    &lt;td align=\"center\" valign=\"top\" style=\"padding: 0px 10px 60px\">\n                        &lt;!-- COPY -->\n                        &lt;p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.&lt;\/p>\n                    &lt;\/td>\n                &lt;\/tr> \n            &lt;\/table>\n        &lt;\/td>\n    &lt;\/tr>\n&lt;\/table><\/pre>\n\n\n\n\n\t<div id=\"simple-text-block-block_71b192c5d9bbe54ae328922fc8c33673\" class=\"block-simple-text-block alignfull \" style=\"background-color:\">\n  <div class=\"container\">\n  \t<div class=\"row\">\n  \t\t<div class=\"col\">\n  \t\t\t<div class=\"copy\">\n  \t\t\t\t<h3><span style=\"font-weight: 400;\">Step 2: Add a CSS max-width property<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Percentage value width tables are helpful for mobile devices. Still, if we left the table as it is in step one, our subscribers would see obnoxiously wide emails on desktop. We can add the CSS max-width property to the table and image to prevent that.<\/span><\/p>\n  \t\t\t<\/div>\n  \t\t<\/div>\n  \t<\/div>\n  <\/div>\n<\/div>\n\n\n\n<pre class=\"wp-block-syntaxhighlighter-code\">&lt;table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"> \n    &lt;tr>\n        &lt;td align=\"center\" style=\"background-color: #00a9f7;\">\n            &lt;table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"max-width: 600px;\" >                \n                &lt;tr>\n                    &lt;td align=\"center\" valign=\"top\" style=\"padding: 40px 0px\">\n                        &lt;!-- IMAGE -->\n                        &lt;img alt=\"Example\" src=\"http:\/\/placehold.it\/600x300\" width=\"600\" style=\"display: block; width: 100%; max-width: 600px;\" border=\"0\">\n                    &lt;\/td>\n                &lt;\/tr>\n                &lt;tr>\n                    &lt;td align=\"center\" valign=\"top\" style=\"padding: 0px 10px 20px 10px;\">\n                        &lt;!-- HEADLINE -->\n                        &lt;p>Announcing Some News&lt;\/p>\n                    &lt;\/td>\n                &lt;\/tr>\n                &lt;tr>\n                    &lt;td align=\"center\" valign=\"top\" style=\"padding: 0px 10px 60px\">\n                        &lt;!-- COPY -->\n                        &lt;p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.&lt;\/p>\n                    &lt;\/td>\n                &lt;\/tr> \n            &lt;\/table>\n        &lt;\/td>\n    &lt;\/tr>\n&lt;\/table><\/pre>\n\n\n\n\n\t<div id=\"simple-text-block-block_1b5a1497ed14b89e601255d28b4b1742\" class=\"block-simple-text-block alignfull \" style=\"background-color:\">\n  <div class=\"container\">\n  \t<div class=\"row\">\n  \t\t<div class=\"col\">\n  \t\t\t<div class=\"copy\">\n  \t\t\t\t<h3><span style=\"font-weight: 400;\">Step 3: Use conditional comments to account for Microsoft Outlook<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">In most cases, adding a CSS max-width property keeps widths at bay. However, Microsoft Outlook isn&#8217;t like most cases because it doesn\u2019t currently respect the max-width property. It\u2019s necessary to use conditional comments to make hidden, fixed-width ghost tables that only Outlook sees to account for this.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">That bit of code essentially tells Outlook to wrap our content in the fixed-width table contained within that comment.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Since all those elements are fluid by default, our email works well on nearly every smaller screen. And, since it doesn\u2019t rely on media queries to trigger those responsive styles, it works in problematic clients like Gmail, too.\u00a0<\/span><\/p>\n  \t\t\t<\/div>\n  \t\t<\/div>\n  \t<\/div>\n  <\/div>\n<\/div>\n\n\n\n<pre class=\"wp-block-syntaxhighlighter-code\">&lt;table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"> \n    &lt;tr>\n        &lt;td align=\"center\" style=\"background-color: #00a9f7;\">\n            &lt;!--[if mso]>\n            &lt;table align=\"center\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"600\">\n            &lt;tr>\n            &lt;td align=\"center\" valign=\"top\" width=\"600\">\n            &lt;![endif]-->\n            &lt;table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"max-width: 600px;\" >                \n                &lt;tr>\n                    &lt;td align=\"center\" valign=\"top\" style=\"padding: 40px 0px\">\n                        &lt;!-- IMAGE -->\n                        &lt;img alt=\"Example\" src=\"http:\/\/placehold.it\/600x300\" width=\"600\" style=\"display: block; width: 100%; max-width: 600px;\" border=\"0\">\n                    &lt;\/td>\n                &lt;\/tr>\n                &lt;tr>\n                    &lt;td align=\"center\" valign=\"top\" style=\"padding: 0px 10px 20px 10px;\">\n                        &lt;!-- HEADLINE -->\n                        &lt;p>Announcing Some News&lt;\/p>\n                    &lt;\/td>\n                &lt;\/tr>\n                &lt;tr>\n                    &lt;td align=\"center\" valign=\"top\" style=\"padding: 0px 10px 60px\">\n                        &lt;!-- COPY -->\n                        &lt;p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.&lt;\/p>\n                    &lt;\/td>\n                &lt;\/tr> \n            &lt;\/table>\n            &lt;!--[if mso]>\n            &lt;\/td>\n            &lt;\/tr>\n            &lt;\/table>\n            &lt;![endif]-->\n        &lt;\/td>\n    &lt;\/tr>\n&lt;\/table><\/pre>\n\n\n\n\n\t<div id=\"simple-text-block-block_cce2a348fe078c7b65a06defb77a142e\" class=\"block-simple-text-block alignfull \" style=\"background-color:\">\n  <div class=\"container\">\n  \t<div class=\"row\">\n  \t\t<div class=\"col\">\n  \t\t\t<div class=\"copy\">\n  \t\t\t\t<h2><span style=\"font-weight: 400;\">What are the pros of sending hybrid emails?<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Yes, creating hybrid emails takes a few extra steps. However, the effort is worth it (and we\u2019ll cover a way to save time further down)! \ud83d\ude00<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Cross-client compatibility<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">If every one of your subscribers used the same email client and the same device, your email design and testing workflow would be much simpler. However, the reality is more nuanced, and you need to adapt your email design for cross-client compatibility. Hybrid email design gives you the best chance of delivering an excellent subscriber experience across environments.\u00a0<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Creative freedom<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">You have an email design vision, and hybrid email design ensures email clients won\u2019t put their own spin on it. Setting up conditions in your email design gives you creative control over the look and feel of your campaigns.\u00a0<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Dynamic content support<\/span><\/h3>\n<p><a rel=\"noopener\" href=\"https:\/\/www.litmus.com\/email-personalization\/dynamic-email-content\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Dynamic content<\/span><\/a><span style=\"font-weight: 400;\"> updates content and imagery for each individual subscriber and is a scalable way to create hyper-personalized experiences\u2014as long as subscribers can see it. Hybrid email design prevents the content from being hard to see or interact with on mobile devices.\u00a0<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Improved deliverability<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Engagement metrics like click-through and unsubscribe rates <\/span><a rel=\"noopener\" href=\"https:\/\/www.litmus.com\/blog\/why-email-deliverability-matters\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">impact your deliverability<\/span><\/a><span style=\"font-weight: 400;\">, and an easy-to-use mobile email contributes to the subscriber experience.\u00a0<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Future-proofing<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Trying to keep up with the latest phone models and dimensions is a losing game, so you should use hybrid design to fit across devices, instead.\u00a0<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">Why an Email is Unresponsive<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">An unresponsive email is one with a definite width that doesn\u2019t adjust based on device size or one with a multi-column layout that\u2019s too wide for mobile devices. Let\u2019s look at an example of an unresponsive email.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Here\u2019s what the code would look like for a section of an email with an image, headline, and a bit of copy.<\/span><\/p>\n  \t\t\t<\/div>\n  \t\t<\/div>\n  \t<\/div>\n  <\/div>\n<\/div>\n\n\n\n<pre class=\"wp-block-syntaxhighlighter-code\">&lt;table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"> \n    &lt;tr>\n        &lt;td align=\"center\" style=\"background-color: #00a9f7;\">\n            &lt;table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\"> \n                &lt;tr>\n                    &lt;td align=\"center\" valign=\"top\" style=\"padding: 40px 0px\">\n                        &lt;!-- IMAGE -->\n                        &lt;img alt=\"Example\" src=\"http:\/\/placehold.it\/600x300\" width=\"600\" style=\"display: block;\" border=\"0\">\n                    &lt;\/td>\n                &lt;\/tr>\n                &lt;tr>\n                    &lt;td align=\"center\" valign=\"top\" style=\"padding: 0px 10px 20px\">\n                        &lt;!-- HEADLINE -->\n                        &lt;p>Announcing Some News&lt;\/p>\n                    &lt;\/td>\n                &lt;\/tr>\n                &lt;tr>\n                    &lt;td align=\"center\" valign=\"top\" style=\"padding: 0px 10px 60px\">\n                        &lt;!-- COPY -->\n                        &lt;p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.&lt;\/p>\n                    &lt;\/td>\n                &lt;\/tr> \n            &lt;\/table>\n        &lt;\/td>\n    &lt;\/tr>\n&lt;\/table><\/pre>\n\n\n\n\n\t<div id=\"simple-text-block-block_4f2262dcada48acbb3a24854b498c7ff\" class=\"block-simple-text-block alignfull \" style=\"background-color:\">\n  <div class=\"container\">\n  \t<div class=\"row\">\n  \t\t<div class=\"col\">\n  \t\t\t<div class=\"copy\">\n  \t\t\t\t<p><span style=\"font-weight: 400;\">You can see that while we use a 100% wide container table for full-width background colors, the content is wrapped in a table that is 600 pixels wide. Likewise, the image is 600 pixels wide. On desktop, that section of the email looks like this:<\/span><\/p>\n<img decoding=\"async\" class=\" shaded alignnone\" src=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/04\/hybrid-responsive-1.png\" alt=\"Example of Responsive Email Design on desktop\" width=\"938\" height=\"573\" \/>\n<p>If we were to view that email in Gmail&#8217;s mobile client, we\u2019d see this:<\/p>\n<img decoding=\"async\" class=\"alignnone wp-image-81297\" src=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/10\/Unresponsive-email-Litmus_gmailjpg-e1697126811793-202x300.jpg\" alt=\"Unresponsive email Litmus_gmail\" width=\"336\" height=\"500\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/10\/Unresponsive-email-Litmus_gmailjpg-e1697126811793-202x300.jpg 202w, https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/10\/Unresponsive-email-Litmus_gmailjpg-e1697126811793-688x1024.jpg 688w, https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/10\/Unresponsive-email-Litmus_gmailjpg-e1697126811793.jpg 750w\" sizes=\"(max-width: 336px) 100vw, 336px\" \/>\n<p>And if we viewed it on an iPhone, we&#8217;d even start to lose text:<\/p>\n<figure id=\"post-12559 media-12559\" class=\"aligncenter\"><img decoding=\"async\" class=\"alignnone wp-image-81296\" src=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/10\/Unresponsive-email-Litmus-iphone-260x300.jpg\" alt=\"Unresponsive email Litmus iphone\" width=\"433\" height=\"500\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/10\/Unresponsive-email-Litmus-iphone-260x300.jpg 260w, https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/10\/Unresponsive-email-Litmus-iphone-768x886.jpg 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/10\/Unresponsive-email-Litmus-iphone.jpg 778w\" sizes=\"(max-width: 433px) 100vw, 433px\" \/><\/figure>\n<p><span style=\"font-weight: 400;\">The fixed-width table and image prevent that content from shrinking down to fit on the smaller screen. How can we fix that? How do we make those elements fluid? With a media query in the head of our HTML.<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">How to design a responsive email<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Responsive email design uses <\/span><span style=\"font-weight: 400;\">CSS media queries to transform<\/span><span style=\"font-weight: 400;\"> fixed elements on desktops into fluid ones for smaller screens. You can explore a Litmus Community post about <\/span><a rel=\"noopener\" href=\"https:\/\/litmus.com\/community\/learning\/24-how-to-code-a-responsive-email-from-scratch\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">coding a responsive email from scratch<\/span><\/a><span style=\"font-weight: 400;\"> or watch our <\/span><a rel=\"noopener\" href=\"https:\/\/www.litmus.com\/blog\/responsive-email-101-webinar-qa-html-css-basics\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Responsive Email 101 webinar<\/span><\/a><span style=\"font-weight: 400;\"> to get an in-depth look at the code. For now, let\u2019s look at the basic steps to create a responsive email. <\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Step 1: Set a max-width rule for larger screens<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Media queries allow us to specify how to style elements under certain circumstances. We feed media queries some conditions and styles, which are applied to our email when those conditions are met. In the case of email and mobile, those conditions are the screen sizes.<\/span><\/p>\n  \t\t\t<\/div>\n  \t\t<\/div>\n  \t<\/div>\n  <\/div>\n<\/div>\n\n\n\n<pre class=\"wp-block-syntaxhighlighter-code\">&lt;!DOCTYPE html>\n&lt;html>\n&lt;head>\n&lt;title>&lt;\/title>\n&lt;meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n&lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n&lt;meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" \/>\n&lt;style type=\"text\/css\">\n\t@media screen and (max-width: 600px) {\n\t\t\n\t}\n&lt;\/style>\n&lt;\/head><\/pre>\n\n\n\n\n\t<div id=\"simple-text-block-block_a9a2026b80ea76857bcfc54f8b8585e8\" class=\"block-simple-text-block alignfull \" style=\"background-color:\">\n  <div class=\"container\">\n  \t<div class=\"row\">\n  \t\t<div class=\"col\">\n  \t\t\t<div class=\"copy\">\n  \t\t\t\t<p><span style=\"font-weight: 400;\">The <\/span><b>max-width: 600px<\/b><span style=\"font-weight: 400;\"> rule is our screen size. In this case, any screens larger than 600px wide will see the fixed-width version of our email. Screens that are smaller than 600 pixels will force the styles in the media query to be rendered, allowing us to override inline styles in our email and optimize the design for smaller screens.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Step 2: Create a responsive media query for tables and images<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">In our media query, we can override those fixed widths by targeting those classes and applying the appropriate styles.<\/span><\/p>\n  \t\t\t<\/div>\n  \t\t<\/div>\n  \t<\/div>\n  <\/div>\n<\/div>\n\n\n\n<pre class=\"wp-block-syntaxhighlighter-code\">@media screen and (max-width: 600px) {\n  .responsive-table {\n    width: 100% !important;\n  }\n   \n  .responsive-image {\n    height: auto;\n    max-width: 100% !important;\n  }\n}<\/pre>\n\n\n\n\n\t<div id=\"simple-text-block-block_dd099d2f872a730ff2d6bfb5ae55435d\" class=\"block-simple-text-block alignfull \" style=\"background-color:\">\n  <div class=\"container\">\n  \t<div class=\"row\">\n  \t\t<div class=\"col\">\n  \t\t\t<div class=\"copy\">\n  \t\t\t\t<p>Then add the classes to the table and images that you want to make responsive:<\/p>\n  \t\t\t<\/div>\n  \t\t<\/div>\n  \t<\/div>\n  <\/div>\n<\/div>\n\n\n\n<pre class=\"wp-block-syntaxhighlighter-code\">&lt;table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"> \n    &lt;tr>\n        &lt;td align=\"center\" style=\"background-color: #00a9f7;\">\n            &lt;table class=\"responsive-table\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\">                \n                &lt;tr>\n                    &lt;td align=\"center\" valign=\"top\" style=\"padding: 40px 0px \">\n                        &lt;!-- IMAGE -->\n                        &lt;img class=\"responsive-image\" alt=\"Example\" src=\"http:\/\/placehold.it\/600x300\" width=\"600\" style=\"display: block;\" border=\"0\">\n                    &lt;\/td>\n                &lt;\/tr>\n                &lt;tr>\n                    &lt;td align=\"center\" valign=\"top\" style=\"padding: 0px 10px 20px 10px;\">\n                        &lt;!-- HEADLINE -->\n                        &lt;p>Announcing Some News&lt;\/p>\n                    &lt;\/td>\n                &lt;\/tr>\n                &lt;tr>\n                    &lt;td align=\"center\" valign=\"top\" style=\"padding: 0px 10px 60px\">\n                        &lt;!-- COPY -->\n                        &lt;p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.&lt;\/p>\n                    &lt;\/td>\n                &lt;\/tr> \n            &lt;\/table>\n        &lt;\/td>\n    &lt;\/tr>\n&lt;\/table><\/pre>\n\n\n\n\n\t<div id=\"simple-text-block-block_676e3a1cb555879e54a54793d4ac563a\" class=\"block-simple-text-block alignfull \" style=\"background-color:\">\n  <div class=\"container\">\n  \t<div class=\"row\">\n  \t\t<div class=\"col\">\n  \t\t\t<div class=\"copy\">\n  \t\t\t\t<p><span style=\"font-weight: 400;\">Our email will be fluid in email clients that support media queries and work well on smaller screens.<\/span><\/p>\n<figure id=\"post-12562 media-12562\" class=\"aligncenter\"><img decoding=\"async\" class=\"alignnone wp-image-81299\" src=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/10\/responsive-iphone-187x300.jpg\" alt=\"example of a responsive email on a mobile client\" width=\"312\" height=\"500\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/10\/responsive-iphone-187x300.jpg 187w, https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/10\/responsive-iphone-640x1024.jpg 640w, https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/10\/responsive-iphone-768x1229.jpg 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/10\/responsive-iphone.jpg 776w\" sizes=\"(max-width: 312px) 100vw, 312px\" \/><\/figure>\n<p>&nbsp;<\/p>\n<h3><span style=\"font-weight: 400;\">Step 3: Target columns on mobile devices for an easy-to-read email<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">You can use this same technique of targeting classes and overriding styles to change the layout of your email, too. In a two- or three-column layout, you can target the columns and make them 100% wide on mobile to create an easy-to-read, single-column layout.\u00a0<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Step 4: Adjust other design elements for usability<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Media queries also let you adjust the size of text (which helps if you have <a rel=\"noopener\" href=\"https:\/\/www.litmus.com\/blog\/the-ultimate-guide-to-web-fonts\" target=\"_blank\">web safe fonts<\/a>), links, and buttons on mobile\u2014increasing or decreasing each size to aid in readability and usability.<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">What are the pros of sending responsive emails?<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Subscribers should have a consistently positive experience with your emails regardless of their device, and responsive emails help you send beautiful and usable emails. <\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Mobile optimization<\/span><\/h3>\n<p><a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/blog.hubspot.com\/marketing\/email-marketing-stats-list\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">More than half<\/span><\/a><span style=\"font-weight: 400;\"> of all emails are opened on mobile devices, which means optimizing for smaller devices is just as important as desktop.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Enhanced user experience<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">There are <\/span><span style=\"font-weight: 400;\">300,000 potential renderings for every email you send\u2014<\/span><a rel=\"noopener\" href=\"https:\/\/www.litmus.com\/blog\/why-is-email-rendering-so-complex\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">we even calculated how many different options for email rendering there really are<\/span><\/a><span style=\"font-weight: 400;\">. Responsive email design gives you a better chance of your email displaying correctly across screen sizes, email service providers, operating systems, email clients, and image settings.\u00a0<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Increased click-through rates<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Engagement metrics like click-through rates are arguably <\/span><a rel=\"noopener\" href=\"https:\/\/www.litmus.com\/blog\/measure-email-marketing-success\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">more important than open rates<\/span><\/a><span style=\"font-weight: 400;\">. Still, subscribers won\u2019t click on elements that don\u2019t display correctly. Responsive emails that are pleasant to interact with have a better chance of engagement.\u00a0<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Brand consistency<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Consistent branding helps subscribers recognize and connect with your content, and you need emails to look the same across desktop and mobile.\u00a0<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Accessibility compliance<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Content hierarchy and spacing are <\/span><a rel=\"noopener\" href=\"https:\/\/www.litmus.com\/blog\/email-accessibility-for-designers-8-best-practices-you-should-follow\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">email accessibility best practices<\/span><\/a><span style=\"font-weight: 400;\">, and adjusting content to different screen sizes maintains usability.\u00a0\u00a0<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">Should you design a hybrid email or a responsive email?\u00a0<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">As we\u2019ve seen, both traditional responsive and hybrid email design have pros and cons. When deciding on which one you should use, you should ask yourself these three questions:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Do I need to support Gmail?<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">How complex is my layout?<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">How comfortable am I with complex code?<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">Here\u2019s how your responses to those questions influence which email design you should use.\u00a0<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">When to Use Hybrid Email Design<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">If, after reviewing <\/span><a rel=\"noopener\" href=\"https:\/\/litmus.com\/email-analytics\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">where your subscribers open<\/span><\/a><span style=\"font-weight: 400;\">, you need to support clients like the Gmail app or Inbox\u2014or want to make your campaigns ready for future email client updates\u2014then hybrid coding is likely the best approach. While complex layouts can get confusing, and fewer designers and developers are familiar with hybrid coding, the time investment in learning and testing the approach will pay off in the long run.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Your audience includes users with a wide range of email clients and devices, including older ones<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">You want a more flexible solution that combines responsive design with fallback options for older email clients<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">You prefer a simpler implementation that uses a mix of responsive elements and fallbacks for broader compatibility<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">You want to strike a balance between responsiveness and compatibility<\/span><\/li>\n<\/ul>\n<h3><span style=\"font-weight: 400;\">When to Use a Responsive Email Design<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">It takes some practice and experimentation to become proficient at developing robust hybrid emails. If you don\u2019t have the knowledge or time to invest in learning hybrid coding, traditional responsive might be for you.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Here are some ways you\u2019ll know it\u2019s time to use responsive design:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Your audience primarily uses modern email clients and mobile phones<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">You want to provide a consistent user experience across different screen sizes and devices automatically<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">You have the resources to create and test complex coding to ensure compatibility across various email clients and devices<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">You want to optimize readability and usability for your mobile audience.<\/span><\/li>\n<\/ul>\n<h2><span style=\"font-weight: 400;\">Need a starting point?<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Are you short on time or resources to build your own <\/span><a rel=\"noopener\" href=\"https:\/\/www.litmus.com\/blog\/using-responsive-email-templates\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">hybrid or responsive email templates<\/span><\/a><span style=\"font-weight: 400;\">? Check out our <\/span><a rel=\"noopener\" href=\"https:\/\/www.litmus.com\/email-templates\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Free Email Templates Hub<\/span><\/a><span style=\"font-weight: 400;\"> where we showcase dozens of modern, high-quality templates that are free to download and use.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Each template has a responsive, hybrid, and mobile-aware version and can be easily adjusted to fit your needs. You can also download the plain HTML or export it directly to <\/span><a rel=\"noopener\" href=\"https:\/\/www.litmus.com\/email-builder\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Litmus Builder<\/span><\/a><span style=\"font-weight: 400;\"> to customize it for the ESP of your choice.<\/span><\/p>\n<p><em>This article was originally published on April 21, 2016. It was most recently updated on October 11, 2023.<\/em><\/p>\n  \t\t\t<\/div>\n  \t\t<\/div>\n  \t<\/div>\n  <\/div>\n<\/div>\n\n\n<div id=\"post-cta-buttonblock_992d82d2057198e6b7182cd1b5f7d6d8\" class=\"block-post-cta-button mt-5\">\n  <div class=\"container px-0\">\n    <div class=\"row\">\n      <div class=\"blog-post-cta-button-wrapper col-12 col-lg-10 mx-auto p-4 d-block d-lg-flex align-items-lg-center align-items-start\">\n\t\t  \t\t  \t\t  <div class=\"blog-post-cta-button-icon col-2 float-start mx-auto float-lg-start float-none background-white d-flex flex-column justify-content-center align-items-center text-center\">\n\t\t\t  <img decoding=\"async\" src=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2022\/07\/blog-cta-buttons-build.svg\">\n\t\t  <\/div><!--blog-post-cta-button-icon-->\n\t\t  <div class=\"col-12 col-lg-9 ps-lg-4 ps-0 text-center text-lg-start mt-3 mt-lg-0\">\n\t\t\t  <h2 class=\"h-sm\"><strong>Create on-brand, error-free emails\u2014fast<\/strong><\/h2>\n\t\t\t  <p>Build, preview, and QA test your emails in one seamless flow\u2014with Litmus Builder. No more hopping back and forth between tools.<\/p>\n\t\t  <\/div><!--col-12 col-lg-9 ps-lg-4 ps-0 text-center text-lg-start mt-3 mt-lg-0-->\n\t\t  <div class=\"text-center text-lg-end col-12 col-lg-1 ms-lg-2 ms-0\">\n\t\t\t  <a class=\"btn btn-primary\" rel=\"noopener\" target=\"_blank\" href=\"\/email-builder\/\">Learn more<\/a>\n\t\t  <\/div><!--text-center text-lg-end col-12 col-lg-1 ms-lg-2 ms-0-->\n\t\t  \t\t  \t\t  \t\t  \t\t  \t\t  \t\t       <\/div><!--blog-post-cta-button-wrapper-->\n    <\/div><!--row-->\n  <\/div><!--container-->\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Learn the differences between the responsive and hybrid HTML emails, as well as their pros and cons.<\/p>\n","protected":false},"author":3,"featured_media":79618,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"tags":[478,106,179],"blog_category":[53],"class_list":["post-5796","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","tag-design","tag-gmail","tag-responsive-email","blog_category-tips-resources"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.7) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Understanding Hybrid and Responsive Email Design - Litmus<\/title>\n<meta name=\"description\" content=\"Discover the differences between hybrid and responsive email design. Learn which approach suits your audience and ensures an optimal user experience!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Understanding Responsive and Hybrid Email Design\" \/>\n<meta property=\"og:description\" content=\"Discover the differences between hybrid and responsive email design. Learn which approach suits your audience and ensures an optimal user experience!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design\" \/>\n<meta property=\"og:site_name\" content=\"Litmus\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/litmusapp\" \/>\n<meta property=\"article:published_time\" content=\"2023-10-11T17:41:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-24T14:56:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/09\/Responsive-and-Hybrid-Email-Design-4.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1380\" \/>\n\t<meta property=\"og:image:height\" content=\"725\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@litmusapp\" \/>\n<meta name=\"twitter:site\" content=\"@litmusapp\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Understanding Hybrid and Responsive Email Design - Litmus","description":"Discover the differences between hybrid and responsive email design. Learn which approach suits your audience and ensures an optimal user experience!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design","og_locale":"en_US","og_type":"article","og_title":"Understanding Responsive and Hybrid Email Design","og_description":"Discover the differences between hybrid and responsive email design. Learn which approach suits your audience and ensures an optimal user experience!","og_url":"https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design","og_site_name":"Litmus","article_publisher":"https:\/\/www.facebook.com\/litmusapp","article_published_time":"2023-10-11T17:41:49+00:00","article_modified_time":"2025-01-24T14:56:42+00:00","og_image":[{"width":1380,"height":725,"url":"https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/09\/Responsive-and-Hybrid-Email-Design-4.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_creator":"@litmusapp","twitter_site":"@litmusapp","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design#article","isPartOf":{"@id":"https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design"},"author":{"name":"","@id":""},"headline":"Understanding Responsive and Hybrid Email Design","datePublished":"2023-10-11T17:41:49+00:00","dateModified":"2025-01-24T14:56:42+00:00","mainEntityOfPage":{"@id":"https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design"},"wordCount":510,"commentCount":0,"publisher":{"@id":"https:\/\/www.litmus.com\/#organization"},"image":{"@id":"https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design#primaryimage"},"thumbnailUrl":"https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/09\/Responsive-and-Hybrid-Email-Design-4.png","keywords":["Design","Gmail","Responsive Email"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design","url":"https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design","name":"Understanding Hybrid and Responsive Email Design - Litmus","isPartOf":{"@id":"https:\/\/www.litmus.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design#primaryimage"},"image":{"@id":"https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design#primaryimage"},"thumbnailUrl":"https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/09\/Responsive-and-Hybrid-Email-Design-4.png","datePublished":"2023-10-11T17:41:49+00:00","dateModified":"2025-01-24T14:56:42+00:00","description":"Discover the differences between hybrid and responsive email design. Learn which approach suits your audience and ensures an optimal user experience!","breadcrumb":{"@id":"https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design#primaryimage","url":"https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/09\/Responsive-and-Hybrid-Email-Design-4.png","contentUrl":"https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/09\/Responsive-and-Hybrid-Email-Design-4.png","width":1380,"height":725,"caption":"Responsive and Hybrid Email Design-4"},{"@type":"BreadcrumbList","@id":"https:\/\/www.litmus.com\/blog\/understanding-responsive-and-hybrid-email-design#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.litmus.com\/"},{"@type":"ListItem","position":2,"name":"Understanding Responsive and Hybrid Email Design"}]},{"@type":"WebSite","@id":"https:\/\/www.litmus.com\/#website","url":"https:\/\/www.litmus.com\/","name":"Litmus","description":"Are you getting the most out of your email marketing?","publisher":{"@id":"https:\/\/www.litmus.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.litmus.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.litmus.com\/#organization","name":"Litmus Software","url":"https:\/\/www.litmus.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.litmus.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.litmus.com\/wp-content\/uploads\/2025\/04\/featured-image.png","contentUrl":"https:\/\/www.litmus.com\/wp-content\/uploads\/2025\/04\/featured-image.png","width":600,"height":314,"caption":"Litmus Software"},"image":{"@id":"https:\/\/www.litmus.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/litmusapp","https:\/\/x.com\/litmusapp"]},{"@type":"Person","@id":""}]}},"acf":[],"_links":{"self":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/posts\/5796","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/comments?post=5796"}],"version-history":[{"count":15,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/posts\/5796\/revisions"}],"predecessor-version":[{"id":108340,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/posts\/5796\/revisions\/108340"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/media\/79618"}],"wp:attachment":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/media?parent=5796"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/tags?post=5796"},{"taxonomy":"blog_category","embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/blog_category?post=5796"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}