{"id":76246,"date":"2023-08-16T16:24:41","date_gmt":"2023-08-16T20:24:41","guid":{"rendered":"https:\/\/www.litmus.com\/?page_id=76246"},"modified":"2025-12-12T09:22:04","modified_gmt":"2025-12-12T14:22:04","slug":"weather","status":"publish","type":"page","link":"https:\/\/www.litmus.com\/email-gallery\/weather","title":{"rendered":"Weather"},"content":{"rendered":"<section class=\"page-header-2022\" style=\"background-color: #fefcf0;\"><style>@media only screen and (max-width: 1399px) and (min-width: 992px)  {\r\n  .circle-bg {\r\n    top: -300px !important;\r\n  }\r\n}<\/style><div class=\"container-fluid p-0\" style=\"overflow: hidden; position: relative;\"><div style=\"width: 60%;border-radius: 50%;background-color: #f8edc4;position: absolute;aspect-ratio: 1 \/ 1;right: -10%;top: -100%;z-index: 0;\" class=\"circle-bg\"><\/div> <div class=\"container\" style=\"padding: 75px 0;z-index: 1 !important;position: relative;\"> <div class=\"row px-3\"><div class=\"col-12 col-lg-5 mb-1 mb-lg-0\"><h1 class=\"page-header-headline\">Email Gallery<\/h1><p class=\"mt-2\"><span style=\"font-size: 1.3rem; line-height: 1.3;\">Need email inspo? We\u2019ve got you covered. Check out our top picks for emails that can help your brand get more clicks, more revenue, and provide better in-email experiences.<\/span><\/p>  <\/div>  <div class=\"col-12 col-lg-7\"><img decoding=\"async\" src=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/gallery-header.svg\" alt=\"Litmus Email Gallery\"><\/div><\/div><\/div><\/div><\/section>\n\n<script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\"><\/script>\r\n<section class=\"internal-navigation\">\r\n    <div class=\"container\">\r\n    <div class=\"container-fluid internal-menu-navigation-container\">\r\n        <div class=\"row\">\r\n            <div id=\"internal-menu-navigation\" class=\"text-right my-2\"><i class=\"fa-solid fa-circle-chevron-left hide-left-active\" id=\"internal-navigation-slide-left\" type=\"button\"><\/i><i class=\"fa-solid fa-circle-chevron-right show-right-active\" id=\"internal-navigation-slide-right\" type=\"button\"><\/i>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"row text-center\"><div id=\"internal-menu-container\" class=\"menu-email-gallery-container\"><ul id=\"internal-menu-wrapper\" class=\"internal-menu list-inline\"><li id=\"menu-item-78005\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-78005\"><a href=\"https:\/\/www.litmus.com\/email-gallery\">Email Gallery Home<\/a><\/li>\n<li id=\"menu-item-76270\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-76270\"><a href=\"https:\/\/www.litmus.com\/email-gallery\/countdown-timers\">Countdown Timers<\/a><\/li>\n<li id=\"menu-item-76269\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-76269\"><a href=\"https:\/\/www.litmus.com\/email-gallery\/live-polls\">Live Polls<\/a><\/li>\n<li id=\"menu-item-76271\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-76271\"><a href=\"https:\/\/www.litmus.com\/email-gallery\/personalized-image\">Personalized Images<\/a><\/li>\n<li id=\"menu-item-76267\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-76267\"><a href=\"https:\/\/www.litmus.com\/email-gallery\/social-content\">Social Content<\/a><\/li>\n<li id=\"menu-item-76266\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-76266\"><a href=\"https:\/\/www.litmus.com\/email-gallery\/social-signals\">Interest Signals<\/a><\/li>\n<li id=\"menu-item-76265\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-76265\"><a href=\"https:\/\/www.litmus.com\/email-gallery\/weather\">Weather<\/a><\/li>\n<\/ul><\/div><\/div>\r\n    <\/div>\r\n    <\/div>\r\n<\/section>\r\n<script>\r\n     jQuery(document).ready(function($) {\r\n\/\/internal navigation overflow scroll controllers\r\n\/\/Show or hide internal menu navigation dependent upon horizontal overflow\r\n\tfunction checkOverflow() {\r\n\t\tif ($('#internal-menu-wrapper').prop('scrollWidth') <= $('#internal-menu-wrapper').prop('clientWidth')){\r\n\t\t\t$('#internal-menu-navigation').hide();\r\n\t\t\t$('#internal-menu-wrapper').addClass('internal-menu-wrapper-spacer');\r\n\t\t} else {\r\n\t\t\t$('#internal-menu-navigation').show();\r\n\t\t}\r\n\t} checkOverflow(); \r\n\t$(window).resize(function () {\r\n\t\tcheckOverflow();\r\n\t});\r\n\/\/have internal navigation buttons control scrolling on horizontal overflow\r\n\tconst buttonRight = document.getElementById('internal-navigation-slide-right');\r\n\tconst buttonLeft = document.getElementById('internal-navigation-slide-left');\r\n\tbuttonRight.onclick = function () {\r\n\t\tdocument.getElementById('internal-menu-wrapper').scrollLeft += 200;};\r\n\tbuttonLeft.onclick = function () {\r\n\t\tdocument.getElementById('internal-menu-wrapper').scrollLeft -= 200;\r\n\t};\r\n    $('.internal-menu').on('scroll', function () {\r\n        \/\/add helper classes to menu items so we can count them for correct width calculation \r\n        $('#internal-menu-wrapper > li').addClass('internal-navigaton-menu-item');\r\n        $('#internal-menu-wrapper > li').last().addClass('last-internal-navigaton-menu-item');\r\n        \/\/count menu items and calculate total paddings\r\n        var internalmenuitems = $('.internal-navigaton-menu-item').length;\r\n        var maxrightitemsvalue = parseInt(internalmenuitems);\r\n        var maxrightitemspadding = maxrightitemsvalue * 58;\r\n        \/\/get values of bootstrap container margins\r\n        var getmargins = $('.internal-menu-navigation-container').first();\r\n        var getmarginsouter = getmargins.outerWidth(true);\r\n        \/\/calculate distance to right edge of overflow-x element\r\n        var totalWidth = 0;\r\n        $('.internal-navigaton-menu-item').each(function() {totalWidth += parseInt($(this).width(), 10);});\r\n        var internalmenuscroll = totalWidth - getmarginsouter + maxrightitemspadding + 30;\r\n        var maxright = parseInt(internalmenuscroll);\r\n        \/\/start at zero and show right button only\r\n        var cur = $(this).scrollLeft();\r\n        if (cur === 0) {\r\n            $('#internal-navigation-slide-right').addClass('show-right-active').removeClass('hide-right-active');$('#internal-navigation-slide-left').removeClass('show-left-active').addClass('hide-left-active');} \r\n        \/\/if we scrolled to the right edge of overflow-x element remove right button\r\n        else { if (cur > maxright ) {$('#internal-navigation-slide-left').addClass('show-left-active');$('#internal-navigation-slide-right').removeClass('show-right-active').addClass('hide-right-active');} \r\n              else { $('#internal-navigation-slide-left').addClass('show-left-active').removeClass('hide-left-active');$('#internal-navigation-slide-right').addClass('show-right-active').removeClass('hide-right-active');}\r\n             }\r\n    });\r\n        $(\".internal-menu\").trigger(\"scroll\");\r\n    });\r\n<\/script>\n\n\n\n\t<div id=\"simple-text-block-block_3235c9d03d0d1375cdc679668973a1e1\" class=\"block-simple-text-block alignfull bg-texture \" 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<div class=\"row\">\n<div class=\"col-12\">\n<h2 class=\"h-lg\">Weather<\/h2>\n<\/div>\n<div class=\"col-12\">\n<p>Display a forecast for the weather at the open location, city, or destination, while the weather automatically updates at every open.<\/p>\n<\/div><\/div>\n<style>#jtg-76707 .modula-item { box-shadow: #b5b5b5 0px 0px 2px; }#jtg-76707 .modula-item .jtg-social a, .lightbox-socials.jtg-social a{ color: #000000 }#jtg-76707 .modula-item .jtg-social svg, .lightbox-socials.jtg-social svg { height: 16px; width: 16px }#jtg-76707 .modula-item .jtg-social a:not(:last-child), .lightbox-socials.jtg-social a:not(:last-child) { margin-right: 10px }#jtg-76707 .modula-item .figc {color:#ffffff;}#jtg-76707 .modula-item .modula-item-content { transform: scale(1) }#jtg-76707 { width:100%;}#jtg-76707 .modula-items .figc p.description { font-size:24px; }#jtg-76707 .modula-items .figc p.description { color:#ffffff;}#jtg-76707 .modula-items .figc .jtg-title { color:#000000; }#jtg-76707.modula-gallery .modula-item > a, #jtg-76707.modula-gallery .modula-item, #jtg-76707.modula-gallery .modula-item-content > a:not(.modula-no-follow) { cursor:pointer; } #jtg-76707.modula-gallery .modula-item-content .modula-no-follow { cursor: default; } #jtg-76707.modula-gallery .modula-item, #jtg-76707.modula-gallery .modula-grid-sizer { width: calc(33.333333333333% - 20px) ; } @media (min-width: 768px) and (max-width:992px) { html body #jtg-76707.modula-gallery .modula-item, html body  #jtg-76707.modula-gallery .modula-grid-sizer {width: calc(50% - 15px ) ; } }@media (max-width: 768px) { html body #jtg-76707.modula-gallery .modula-item, html body  #jtg-76707.modula-gallery .modula-grid-sizer {width: calc(100% - 0px ) ; } }#jtg-76707 .modula-items{position:relative;}#jtg-76707 .modula-item .modula-item-overlay, #jtg-76707 .modula-item.effect-layla, #jtg-76707  .modula-item.effect-ruby,#jtg-76707 .modula-item.effect-bubba,#jtg-76707 .modula-item.effect-sarah,#jtg-76707 .modula-item.effect-milo,#jtg-76707 .modula-item.effect-julia,#jtg-76707 .modula-item.effect-hera,#jtg-76707 .modula-item.effect-winston,#jtg-76707 .modula-item.effect-selena,#jtg-76707 .modula-item.effect-terry,#jtg-76707 .modula-item.effect-phoebe,#jtg-76707 .modula-item.effect-apollo,#jtg-76707 .modula-item.effect-steve,#jtg-76707 .modula-item.effect-ming{ background-color:#000000; }#jtg-76707  .modula-item.effect-oscar { background: -webkit-linear-gradient(45deg,#000000 0,#9b4a1b 40%,#000000 100%);background: linear-gradient(45deg,#000000 0,#9b4a1b 40%,#000000 100%);}#jtg-76707  .modula-item.effect-roxy {background: -webkit-linear-gradient(45deg,#000000 0,#05abe0 100%);background: linear-gradient(45deg,#000000 0,#05abe0 100%);}#jtg-76707 .modula-item.effect-dexter {background: -webkit-linear-gradient(top,#000000 0,rgba(104,60,19,1) 100%); background: linear-gradient(to bottom,#000000 0,rgba(104,60,19,1) 100%);}#jtg-76707  .modula-item.effect-jazz {background: -webkit-linear-gradient(-45deg,#000000 0,#f33f58 100%);background: linear-gradient(-45deg,#000000 0,#f33f58 100%);}#jtg-76707 .modula-item.effect-lexi {background: -webkit-linear-gradient(-45deg,#000000 0,#fff 100%);background: linear-gradient(-45deg,#000000 0,#fff 100%);}#jtg-76707 .modula-item.effect-duke {background: -webkit-linear-gradient(-45deg,#000000 0,#cc6055 100%);background: linear-gradient(-45deg,#000000 0,#cc6055 100%);}#jtg-76707 .modula-item:hover img { opacity: 0.3; }#jtg-76707 .jtg-title {font-weight:400; }#jtg-76707 p.description {font-weight:normal; }#jtg-76707:not(.modula-loaded-scale)  .modula-item .modula-item-content { transform: scale(1) translate(0px,20px) rotate(0deg); }@keyframes modulaScaling { 0% {transform: scale(1) translate(0px,p0x) rotate(0deg);} 50%{transform: scale(1) translate(0px,20px) rotate(0deg);}100%{transform: scale(1) translate(0px,p0x) rotate(0deg);}}#jtg-76707.modula-gallery .filters { text-align: center;}#jtg-76707.modula-gallery .modula-item.effect-terry .jtg-social a:not(:last-child){margin-bottom:10px;}.modula-fancybox-container.modula-lightbox-jtg-76707 .modula-fancybox-caption .modula-fancybox-caption__body, .modula-fancybox-container.modula-lightbox-jtg-76707 .modula-fancybox-caption .modula-fancybox-caption__body p {text-align:center}html body .modula.modula-columns .modula-items.grid-gallery .modula-item.effect-under .modula-item-content { height:auto;}.modula-items .figc p.description { background-color: #000 !important; padding: 20px !important; text-align: left !important; font-size: 1.0rem !important; bottom: 85% !important; margin-top: 0px !important; margin-bottom: 0px !important; letter-spacing: unset !important; right: 0% !important; left: 0% !important; position: relative !important; } .modula .modula-items .jtg-social { right: unset !important; position: relative !important; bottom: unset !important; text-align: center !important; padding: 20px !important;} .modula .modula-item .jtg-social a { text-decoration: none !important; color: #fff !important; display: inline-block !important; margin: 0 10px 0 0 !important; padding: unset !important; background-color: #000 !important; -ms-flex-pack: center !important; justify-content: center !important; -ms-flex-align: center !important; align-items: center !important; border: 2px solid #000 !important; padding: 2px !important; width: 38px !important; height: 38px !important; border-radius: 100% !important; text-align: center !important;@media screen and (max-width:480px){#jtg-76707 .modula-item .figc .jtg-title {  font-size: 12px; }#jtg-76707 .modula-items .figc p.description { color:#ffffff;font-size:10px; }}<\/style>\n<!-- Gallery Container -->\r\n<div  id=\"jtg-76707\" class=\"modula modula-gallery modula-columns\" data-config=\"{&quot;tabletHeight&quot;:0,&quot;mobileHeight&quot;:0,&quot;desktopHeight&quot;:0,&quot;enableTwitter&quot;:true,&quot;enableWhatsapp&quot;:false,&quot;enableFacebook&quot;:true,&quot;enablePinterest&quot;:false,&quot;enableLinkedin&quot;:true,&quot;enableEmail&quot;:false,&quot;randomFactor&quot;:0,&quot;type&quot;:&quot;grid&quot;,&quot;columns&quot;:12,&quot;gutter&quot;:30,&quot;mobileGutter&quot;:30,&quot;tabletGutter&quot;:30,&quot;desktopGutter&quot;:30,&quot;enableResponsive&quot;:&quot;1&quot;,&quot;tabletColumns&quot;:&quot;2&quot;,&quot;mobileColumns&quot;:&quot;1&quot;,&quot;lazyLoad&quot;:&quot;0&quot;,&quot;lightboxOpts&quot;:{&quot;loop&quot;:false,&quot;arrows&quot;:true,&quot;toolbar&quot;:true,&quot;keyboard&quot;:false,&quot;wheel&quot;:false,&quot;buttons&quot;:[&quot;zoom&quot;,&quot;share&quot;,&quot;close&quot;],&quot;hash&quot;:false,&quot;lang&quot;:&quot;en&quot;,&quot;touch&quot;:{&quot;vertical&quot;:true,&quot;momentum&quot;:true},&quot;protect&quot;:false,&quot;i18n&quot;:{&quot;en&quot;:{&quot;CLOSE&quot;:&quot;Close&quot;,&quot;NEXT&quot;:&quot;Next&quot;,&quot;PREV&quot;:&quot;Previous&quot;,&quot;Error&quot;:&quot;The requested content cannot be loaded. Please try again later.&quot;,&quot;PLAY_START&quot;:&quot;Start slideshow&quot;,&quot;PLAY_STOP&quot;:&quot;Pause slideshow&quot;,&quot;FULL_SCREEN&quot;:&quot;Full screen&quot;,&quot;THUMBS&quot;:&quot;Thumbnails&quot;,&quot;DOWNLOAD&quot;:&quot;Download&quot;,&quot;SHARE&quot;:&quot;Share&quot;,&quot;ZOOM&quot;:&quot;Zoom&quot;}},&quot;clickSlide&quot;:&quot;close&quot;,&quot;clickOutside&quot;:false,&quot;dblclickContent&quot;:false,&quot;dblclickSlide&quot;:false,&quot;dblclickOutside&quot;:false,&quot;baseTpl&quot;:&quot;&lt;div class=\\&quot;modula-fancybox-container modula-lightbox-jtg-76707\\&quot; role=\\&quot;dialog\\&quot; tabindex=\\&quot;-1\\&quot;&gt;&lt;div class=\\&quot;modula-fancybox-bg\\&quot;&gt;&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-inner\\&quot;&gt;&lt;div class=\\&quot;modula-fancybox-infobar\\&quot;&gt;&lt;span data-fancybox-index&gt;&lt;\\\/span&gt;&nbsp;\\\/&nbsp;&lt;span data-fancybox-count&gt;&lt;\\\/span&gt;&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-toolbar\\&quot;&gt;{{buttons}}&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-navigation\\&quot;&gt;{{arrows}}&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-stage\\&quot;&gt;&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-caption\\&quot;&gt;&lt;div class=\\&quot;modula-fancybox-caption__body\\&quot;&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&quot;,&quot;infobar&quot;:true,&quot;modulaShare&quot;:[&quot;facebook&quot;,&quot;twitter&quot;,&quot;linkedin&quot;],&quot;lightboxEmailSubject&quot;:&quot;&quot;,&quot;lightboxEmailMessage&quot;:&quot;&quot;,&quot;messageGallery&quot;:&quot;Here is the link to the gallery :&quot;,&quot;animationEffect&quot;:false,&quot;animationDuration&quot;:0,&quot;transitionEffect&quot;:false,&quot;transitionDuration&quot;:0,&quot;thumbs&quot;:{&quot;autoStart&quot;:false,&quot;axis&quot;:&quot;y&quot;},&quot;preventCaptionOverlap&quot;:false},&quot;inView&quot;:false,&quot;email_subject&quot;:&quot;Check out this awesome image !!&quot;,&quot;email_message&quot;:&quot;Here is the link to the image : %%image_link%% and this is the link to the gallery : %%gallery_link%%&quot;,&quot;grid_type&quot;:&quot;3&quot;,&quot;rowHeight&quot;:0,&quot;lastRow&quot;:&quot;&quot;,&quot;lightbox&quot;:&quot;fancybox&quot;,&quot;filterClick&quot;:&quot;0&quot;,&quot;dropdownFilters&quot;:&quot;0&quot;,&quot;defaultActiveFilter&quot;:&quot;all&quot;,&quot;initLightbox&quot;:&quot;modula_pro_init_lightbox&quot;,&quot;haveFilters&quot;:0,&quot;lightbox_devices&quot;:&quot;both&quot;,&quot;pagination&quot;:false,&quot;images_per_page&quot;:&quot;12&quot;,&quot;images_count&quot;:20}\">\r\n\r\n\t<div class=\"modula-grid-sizer\"> <\/div>\r\n\t<!-- Items Container -->\r\n\t<div  class=\"modula-items grid-gallery\">\r\n\t\t<div class=\"modula-item effect-hide jtg-filter-all jtg-filter-countdown-timers jtg-filter-weather jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"14491\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;Endy used this countdown timer to let email openers know how long they had left to save in the sale. They also used a fun weather roundel!&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/09\/Endy-CDT-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-14491\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Endy Countdown Timer\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/09\/Endy-CDT.png\" title=\"Endy Countdown Timer\" width=\"654\" height=\"941\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_654,h_941\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/09\/Endy-CDT.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_654,h_941\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/09\/Endy-CDT.png\" data-caption=\"Endy used this countdown timer to let email openers know how long they had left to save in the sale. They also used a fun weather roundel!\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_654,h_941\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/09\/Endy-CDT.png 654w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_209,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/09\/Endy-CDT-209x300.png 209w\" sizes=\"(max-width: 654px) 100vw, 654px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/09\/Endy-CDT.png 654w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/09\/Endy-CDT-209x300.png 209w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Endy used this countdown timer to let email openers know how long they had left to save in the sale. They also used a fun weather roundel!<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-retail jtg-filter-weather jtg-filter-content-automation jtg-filter-live-polls\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"14178\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;This bank holiday email from Co-op updated the weather for each recipient, dependent on where they were. Based on that data the header image would change to reflect either an outdoor BBQ or some indoor fun instead. This email was live, so updated all over the bank holiday weekend! They also included a fun meat vs plant based poll!&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Co-Op-150x150.gif\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-14178\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Co-Op Bank Holiday Email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Co-Op.gif\" title=\"Co-Op Bank Holiday Email\" data-caption=\"This bank holiday email from Co-op updated the weather for each recipient, dependent on where they were. Based on that data the header image would change to reflect either an outdoor BBQ or some indoor fun instead. This email was live, so updated all over the bank holiday weekend! They also included a fun meat vs plant based poll!\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_516,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Co-Op-516x1024.gif\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_516,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Co-Op-516x1024.gif\" width=\"516\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_748,h_1485\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Co-Op.gif 748w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_151,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Co-Op-151x300.gif 151w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_516,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Co-Op-516x1024.gif 516w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1390\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Co-Op-700x1390.gif 700w\" sizes=\"(max-width: 516px) 100vw, 516px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Co-Op-516x1024.gif 516w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Co-Op-151x300.gif 151w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Co-Op-700x1390.gif 700w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">This bank holiday email from Co-op updated the weather for each recipient, dependent on where they were. Based on that data the header image would change to reflect either an outdoor BBQ or some indoor fun instead. This email was live, so updated all over the bank holiday weekend! They also included a fun meat vs plant based poll!<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-fashion jtg-filter-retail jtg-filter-weather jtg-filter-social\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13793\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;Hunter used the latest weather forecast to encourage customers to buy wellies &amp; their Instagram feed to show some great user-generated content.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunter-copy-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-13793\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Hunter Weather &amp; Social\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunter-copy.png\" title=\"Hunter Weather &amp;amp; Social\" data-caption=\"Hunter used the latest weather forecast to encourage customers to buy wellies &amp; their Instagram feed to show some great user-generated content.\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_370,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunter-copy-370x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_370,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunter-copy-370x1024.png\" width=\"370\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1194,h_3308\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunter-copy.png 1194w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_108,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunter-copy-108x300.png 108w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_370,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunter-copy-370x1024.png 370w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_2128\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunter-copy-768x2128.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_554,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunter-copy-554x1536.png 554w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_739,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunter-copy-739x2048.png 739w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1939\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunter-copy-700x1939.png 700w\" sizes=\"(max-width: 370px) 100vw, 370px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunter-copy-370x1024.png 370w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunter-copy-108x300.png 108w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunter-copy-768x2128.png 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunter-copy-739x2048.png 739w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunter-copy-700x1939.png 700w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunter-copy.png 1194w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Hunter used the latest weather forecast to encourage customers to buy wellies &amp; their Instagram feed to show some great user-generated content.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-content-automation jtg-filter-weather jtg-filter-travel\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13545\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;The hero image of this email changes based on the weather conditions in the resort. It also features live information straight from the mountain including: the number of lifts and trails open, new snowfall, the weather forecast and the surface conditions. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/snowshoe-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-13545\"  data-valign=\"top\" data-halign=\"center\" alt=\"Weather based imagery and live info from the mountain in email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/snowshoe.png\" title=\"Weather based imagery and live info from the mountain in email\" data-caption=\"The hero image of this email changes based on the weather conditions in the resort. It also features live information straight from the mountain including: the number of lifts and trails open, new snowfall, the weather forecast and the surface conditions. \" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_584,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/snowshoe-584x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_584,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/snowshoe-584x1024.png\" width=\"584\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1292,h_2267\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/snowshoe.png 1292w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_171,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/snowshoe-171x300.png 171w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_584,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/snowshoe-584x1024.png 584w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1348\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/snowshoe-768x1348.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_875,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/snowshoe-875x1536.png 875w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1167,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/snowshoe-1167x2048.png 1167w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1228\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/snowshoe-700x1228.png 700w\" sizes=\"(max-width: 584px) 100vw, 584px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/snowshoe-584x1024.png 584w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/snowshoe-171x300.png 171w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/snowshoe-768x1348.png 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/snowshoe-875x1536.png 875w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/snowshoe-1167x2048.png 1167w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/snowshoe-700x1228.png 700w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/snowshoe.png 1292w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">The hero image of this email changes based on the weather conditions in the resort. It also features live information straight from the mountain including: the number of lifts and trails open, new snowfall, the weather forecast and the surface conditions. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-weather jtg-filter-social-signals jtg-filter-fashion jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13552\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;Hunter Boots live forecast and social signals in emailThe hero image of this email features a forecast with the live chance of rain in open location. The products in the email feature social signals (live number of clicks on each product) that update live at every open. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-13552\"  data-valign=\"top\" data-halign=\"center\" alt=\"\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS.png\" title=\"Hunter Boots live forecast and social signals in email\" data-caption=\"Hunter Boots live forecast and social signals in emailThe hero image of this email features a forecast with the live chance of rain in open location. The products in the email feature social signals (live number of clicks on each product) that update live at every open. \" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_205,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-205x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_205,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-205x1024.png\" width=\"205\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1257,h_6279\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS.png 1257w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_60,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-60x300.png 60w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_205,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-205x1024.png 205w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_3836\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-768x3836.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_410,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-410x2048.png 410w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_3497\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-700x3497.png 700w\" sizes=\"(max-width: 205px) 100vw, 205px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-205x1024.png 205w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-60x300.png 60w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-768x3836.png 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-410x2048.png 410w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-700x3497.png 700w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS.png 1257w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Hunter Boots live forecast and social signals in emailThe hero image of this email features a forecast with the live chance of rain in open location. The products in the email feature social signals (live number of clicks on each product) that update live at every open. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-weather jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13032\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;To support their staycation campaign, Studio displayed a 4-day live weather forecast for the location of email open.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Studio-150x150.jpg\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-13032\"  data-valign=\"top\" data-halign=\"center\" alt=\"Live 4-day weather forecast\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Studio.jpg\" title=\"Live 4-day weather forecast\" data-caption=\"To support their staycation campaign, Studio displayed a 4-day live weather forecast for the location of email open.\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_453,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Studio-453x1024.jpg\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_453,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Studio-453x1024.jpg\" width=\"453\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1080,h_2440\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Studio.jpg 1080w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_133,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Studio-133x300.jpg 133w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_453,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Studio-453x1024.jpg 453w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1735\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Studio-768x1735.jpg 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_680,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Studio-680x1536.jpg 680w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_906,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Studio-906x2048.jpg 906w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1581\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Studio-700x1581.jpg 700w\" sizes=\"(max-width: 453px) 100vw, 453px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Studio-453x1024.jpg 453w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Studio-133x300.jpg 133w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Studio-768x1735.jpg 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Studio-680x1536.jpg 680w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Studio-906x2048.jpg 906w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Studio-700x1581.jpg 700w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Studio.jpg 1080w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">To support their staycation campaign, Studio displayed a 4-day live weather forecast for the location of email open.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-weather jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13024\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;To elevate the creative and message for their SPF anti-aging campaign, Kiehl&#039;s displayed a live UV index and temperature for the location of email open. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/k-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-13024\"  data-valign=\"top\" data-halign=\"center\" alt=\"Live UV index and weather\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/k.png\" title=\"Live UV index and weather \" data-caption=\"To elevate the creative and message for their SPF anti-aging campaign, Kiehl&#039;s displayed a live UV index and temperature for the location of email open. \" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_426,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/k-426x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_426,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/k-426x1024.png\" width=\"426\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_752,h_1806\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/k.png 752w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_125,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/k-125x300.png 125w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_426,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/k-426x1024.png 426w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_640,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/k-640x1536.png 640w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1681\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/k-700x1681.png 700w\" sizes=\"(max-width: 426px) 100vw, 426px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/k-426x1024.png 426w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/k-125x300.png 125w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/k-700x1681.png 700w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/k.png 752w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">To elevate the creative and message for their SPF anti-aging campaign, Kiehl&#8217;s displayed a live UV index and temperature for the location of email open. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-weather jtg-filter-fashion\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"57075\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;With hot weather this week, New Look displayed a live weather forecast for the recipients open location. The products in the email were curated for the sunny weather. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/NL-Gallery-weather-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-57075\"  data-valign=\"top\" data-halign=\"center\" alt=\"Live weather forecast in fashion email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/NL-Gallery-weather.png\" title=\"Live weather forecast in fashion email\" data-caption=\"With hot weather this week, New Look displayed a live weather forecast for the recipients open location. The products in the email were curated for the sunny weather. \" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_261,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/NL-Gallery-weather-261x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_261,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/NL-Gallery-weather-261x1024.png\" width=\"261\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_809,h_3171\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/NL-Gallery-weather.png 809w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_261,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/NL-Gallery-weather-261x1024.png 261w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_3010\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/NL-Gallery-weather-768x3010.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_392,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/NL-Gallery-weather-392x1536.png 392w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_2744\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/NL-Gallery-weather-700x2744.png 700w\" sizes=\"(max-width: 261px) 100vw, 261px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/NL-Gallery-weather-261x1024.png 261w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/NL-Gallery-weather-768x3010.png 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/NL-Gallery-weather-392x1536.png 392w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/NL-Gallery-weather-522x2048.png 522w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/NL-Gallery-weather-700x2744.png 700w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/NL-Gallery-weather.png 809w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">With hot weather this week, New Look displayed a live weather forecast for the recipients open location. The products in the email were curated for the sunny weather. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-weather jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13194\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;As the weather gets colder, it&#039;s important to look after your skin. This cold weather email included a weather forecast at open location to support the messaging of the email. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/Kiehlsweather-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-13194\"  data-valign=\"top\" data-halign=\"center\" alt=\"Kiehl&#039;s live weather in email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/Kiehlsweather.png\" title=\"Kiehl&#039;s live weather in email\" data-caption=\"As the weather gets colder, it&#039;s important to look after your skin. This cold weather email included a weather forecast at open location to support the messaging of the email. \" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_425,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/Kiehlsweather-425x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_425,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/Kiehlsweather-425x1024.png\" width=\"425\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1471,h_3547\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/Kiehlsweather.png 1471w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_124,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/Kiehlsweather-124x300.png 124w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_425,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/Kiehlsweather-425x1024.png 425w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1852\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/Kiehlsweather-768x1852.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_637,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/Kiehlsweather-637x1536.png 637w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_849,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/Kiehlsweather-849x2048.png 849w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1688\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/Kiehlsweather-700x1688.png 700w\" sizes=\"(max-width: 425px) 100vw, 425px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/Kiehlsweather-425x1024.png 425w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/Kiehlsweather-124x300.png 124w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/Kiehlsweather-768x1852.png 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/Kiehlsweather-637x1536.png 637w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/Kiehlsweather-849x2048.png 849w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/Kiehlsweather-700x1688.png 700w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/Kiehlsweather.png 1471w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">As the weather gets colder, it&#8217;s important to look after your skin. This cold weather email included a weather forecast at open location to support the messaging of the email. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-weather jtg-filter-fashion\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"11231\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;For maximum content relevancy, Ted Baker displayed a live weather forecast alongside products suited to the weather at the moment of open. This is the wet weather version.  &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/TedBaker-Shop-the-weather-CLOUDY-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-11231\"  data-valign=\"top\" data-halign=\"center\" alt=\"Live weather forecast in email &amp; products for the weather conditions\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/TedBaker-Shop-the-weather-CLOUDY.png\" title=\"Live weather forecast in email &amp;amp; products for the weather\" data-caption=\"For maximum content relevancy, Ted Baker displayed a live weather forecast alongside products suited to the weather at the moment of open. This is the wet weather version.  \" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_732,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/TedBaker-Shop-the-weather-CLOUDY-732x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_732,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/TedBaker-Shop-the-weather-CLOUDY-732x1024.png\" width=\"732\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1545,h_2160\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/TedBaker-Shop-the-weather-CLOUDY.png 1545w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_215,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/TedBaker-Shop-the-weather-CLOUDY-215x300.png 215w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_732,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/TedBaker-Shop-the-weather-CLOUDY-732x1024.png 732w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1074\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/TedBaker-Shop-the-weather-CLOUDY-768x1074.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1099,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/TedBaker-Shop-the-weather-CLOUDY-1099x1536.png 1099w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1465,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/TedBaker-Shop-the-weather-CLOUDY-1465x2048.png 1465w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_979\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/TedBaker-Shop-the-weather-CLOUDY-700x979.png 700w\" sizes=\"(max-width: 732px) 100vw, 732px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/TedBaker-Shop-the-weather-CLOUDY-732x1024.png 732w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/TedBaker-Shop-the-weather-CLOUDY-215x300.png 215w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/TedBaker-Shop-the-weather-CLOUDY-768x1074.png 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/TedBaker-Shop-the-weather-CLOUDY-1099x1536.png 1099w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/TedBaker-Shop-the-weather-CLOUDY-1465x2048.png 1465w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/TedBaker-Shop-the-weather-CLOUDY-700x979.png 700w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/TedBaker-Shop-the-weather-CLOUDY.png 1545w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">For maximum content relevancy, Ted Baker displayed a live weather forecast alongside products suited to the weather at the moment of open. This is the wet weather version.  <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-weather\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"11230\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;For maximum content relevancy, Ted Baker displayed a live weather forecast alongside products suited to the weather at the moment of open. This is the wet weather version. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Ted-Baker-Shop-the-weather-RAINY-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-11230\"  data-valign=\"top\" data-halign=\"center\" alt=\"Weather forecast and products suited to the weather\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Ted-Baker-Shop-the-weather-RAINY.png\" title=\"Weather forecast and products suited to the weather\" data-caption=\"For maximum content relevancy, Ted Baker displayed a live weather forecast alongside products suited to the weather at the moment of open. This is the wet weather version. \" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_732,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Ted-Baker-Shop-the-weather-RAINY-732x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_732,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Ted-Baker-Shop-the-weather-RAINY-732x1024.png\" width=\"732\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1545,h_2160\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Ted-Baker-Shop-the-weather-RAINY.png 1545w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_215,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Ted-Baker-Shop-the-weather-RAINY-215x300.png 215w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_732,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Ted-Baker-Shop-the-weather-RAINY-732x1024.png 732w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1074\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Ted-Baker-Shop-the-weather-RAINY-768x1074.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1099,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Ted-Baker-Shop-the-weather-RAINY-1099x1536.png 1099w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1465,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Ted-Baker-Shop-the-weather-RAINY-1465x2048.png 1465w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_979\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Ted-Baker-Shop-the-weather-RAINY-700x979.png 700w\" sizes=\"(max-width: 732px) 100vw, 732px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Ted-Baker-Shop-the-weather-RAINY-732x1024.png 732w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Ted-Baker-Shop-the-weather-RAINY-215x300.png 215w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Ted-Baker-Shop-the-weather-RAINY-768x1074.png 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Ted-Baker-Shop-the-weather-RAINY-1099x1536.png 1099w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Ted-Baker-Shop-the-weather-RAINY-1465x2048.png 1465w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Ted-Baker-Shop-the-weather-RAINY-700x979.png 700w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Ted-Baker-Shop-the-weather-RAINY.png 1545w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">For maximum content relevancy, Ted Baker displayed a live weather forecast alongside products suited to the weather at the moment of open. This is the wet weather version. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-countdown-timers jtg-filter-weather jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"57070\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;For innovative and engaging content over the Bank Holiday, CurrysPCWorld displayed a countdown timer to the end of their sale and a live weather forecast for the open location.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/currys-timer-weather-days-products-before-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-57070\"  data-valign=\"top\" data-halign=\"center\" alt=\"Currys PC World countdown timer and live weather\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/currys-timer-weather-days-products-before.png\" title=\"CurrysPCWorld countdown timer and live weather\" data-caption=\"For innovative and engaging content over the Bank Holiday, CurrysPCWorld displayed a countdown timer to the end of their sale and a live weather forecast for the open location.\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_366,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/currys-timer-weather-days-products-before-366x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_366,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/currys-timer-weather-days-products-before-366x1024.png\" width=\"366\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1341,h_3749\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/currys-timer-weather-days-products-before.png 1341w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_107,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/currys-timer-weather-days-products-before-107x300.png 107w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_366,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/currys-timer-weather-days-products-before-366x1024.png 366w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_2147\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/currys-timer-weather-days-products-before-768x2147.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_549,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/currys-timer-weather-days-products-before-549x1536.png 549w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_733,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/currys-timer-weather-days-products-before-733x2048.png 733w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1957\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/currys-timer-weather-days-products-before-700x1957.png 700w\" sizes=\"(max-width: 366px) 100vw, 366px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/currys-timer-weather-days-products-before-366x1024.png 366w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/currys-timer-weather-days-products-before-107x300.png 107w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/currys-timer-weather-days-products-before-768x2147.png 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/currys-timer-weather-days-products-before-549x1536.png 549w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/currys-timer-weather-days-products-before-733x2048.png 733w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/currys-timer-weather-days-products-before-700x1957.png 700w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/currys-timer-weather-days-products-before.png 1341w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">For innovative and engaging content over the Bank Holiday, CurrysPCWorld displayed a countdown timer to the end of their sale and a live weather forecast for the open location.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-weather jtg-filter-fashion\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"11536\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;A live weather forecast is displayed in the email personalized to the recipients open location. Send over a super sunny weekend, the forecast was paired with products perfect for the sunshine.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/12\/TB-Weatherforecast-MENS-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-11536\"  data-valign=\"middle\" data-halign=\"center\" alt=\"A live weather forecast in email paired with products perfect for the sunshine.\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/12\/TB-Weatherforecast-MENS.png\" title=\"Weather forecast in email\" data-caption=\"A live weather forecast is displayed in the email personalized to the recipients open location. Send over a super sunny weekend, the forecast was paired with products perfect for the sunshine.\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_532,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/12\/TB-Weatherforecast-MENS-532x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_532,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/12\/TB-Weatherforecast-MENS-532x1024.png\" width=\"532\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1570,h_3023\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/12\/TB-Weatherforecast-MENS.png 1570w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_156,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/12\/TB-Weatherforecast-MENS-156x300.png 156w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_532,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/12\/TB-Weatherforecast-MENS-532x1024.png 532w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1479\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/12\/TB-Weatherforecast-MENS-768x1479.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_798,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/12\/TB-Weatherforecast-MENS-798x1536.png 798w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1064,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/12\/TB-Weatherforecast-MENS-1064x2048.png 1064w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1348\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/12\/TB-Weatherforecast-MENS-700x1348.png 700w\" sizes=\"(max-width: 532px) 100vw, 532px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/12\/TB-Weatherforecast-MENS-532x1024.png 532w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/12\/TB-Weatherforecast-MENS-156x300.png 156w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/12\/TB-Weatherforecast-MENS-768x1479.png 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/12\/TB-Weatherforecast-MENS-798x1536.png 798w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/12\/TB-Weatherforecast-MENS-1064x2048.png 1064w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/12\/TB-Weatherforecast-MENS-700x1348.png 700w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/12\/TB-Weatherforecast-MENS.png 1570w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">A live weather forecast is displayed in the email personalized to the recipients open location. Send over a super sunny weekend, the forecast was paired with products perfect for the sunshine.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-weather jtg-filter-travel\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"57139\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;Atlantis feature a live weather forecast in the location of open alongside the weather in the Bahamas - incase you needed any convincing to book a trip to the sunshine!&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Atlantis-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-57139\"  data-valign=\"top\" data-halign=\"center\" alt=\"A live weather forecast with a twist\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Atlantis.png\" title=\"A live weather forecast with a twist\" data-caption=\"Atlantis feature a live weather forecast in the location of open alongside the weather in the Bahamas - incase you needed any convincing to book a trip to the sunshine!\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_535,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Atlantis-535x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_535,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Atlantis-535x1024.png\" width=\"535\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1194,h_2286\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Atlantis.png 1194w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_157,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Atlantis-157x300.png 157w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_535,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Atlantis-535x1024.png 535w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1470\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Atlantis-768x1470.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_802,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Atlantis-802x1536.png 802w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1070,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Atlantis-1070x2048.png 1070w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1340\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Atlantis-700x1340.png 700w\" sizes=\"(max-width: 535px) 100vw, 535px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Atlantis-535x1024.png 535w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Atlantis-157x300.png 157w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Atlantis-768x1470.png 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Atlantis-802x1536.png 802w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Atlantis-1070x2048.png 1070w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Atlantis-700x1340.png 700w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Atlantis.png 1194w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Atlantis feature a live weather forecast in the location of open alongside the weather in the Bahamas &#8211; incase you needed any convincing to book a trip to the sunshine!<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-weather jtg-filter-fashion\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"11482\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;In this weather-focused fashion example, content was determined by the temperature at open location. The recipient either saw coats when the temp was under 20\u00b0C, or dresses when it was over 20\u00b0C.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Harrods-weather-150x150.gif\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-11482\"  data-valign=\"top\" data-halign=\"center\" alt=\"Weather-focused fashion email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Harrods-weather.gif\" title=\"Weather-focused fashion\" data-caption=\"In this weather-focused fashion example, content was determined by the temperature at open location. The recipient either saw coats when the temp was under 20\u00b0C, or dresses when it was over 20\u00b0C.\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_343,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Harrods-weather-343x1024.gif\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_343,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Harrods-weather-343x1024.gif\" width=\"343\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_578,h_1727\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Harrods-weather.gif 578w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_100,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Harrods-weather-100x300.gif 100w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_343,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Harrods-weather-343x1024.gif 343w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_514,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Harrods-weather-514x1536.gif 514w\" sizes=\"(max-width: 343px) 100vw, 343px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Harrods-weather-343x1024.gif 343w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Harrods-weather-100x300.gif 100w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Harrods-weather-514x1536.gif 514w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">In this weather-focused fashion example, content was determined by the temperature at open location. The recipient either saw coats when the temp was under 20\u00b0C, or dresses when it was over 20\u00b0C.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-content-automation jtg-filter-travel\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"11470\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;Live weather forecasts for the mountains and up to minute ski lift status&#039; in email, updated at every open. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Squaw-open-lifts-edited-150x150.jpg\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-11470\"  data-valign=\"top\" data-halign=\"center\" alt=\"Real time mountain information in email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Squaw-open-lifts-edited.jpg\" title=\"Real time mountain information in email\" data-caption=\"Live weather forecasts for the mountains and up to minute ski lift status&#039; in email, updated at every open. \" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_427,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Squaw-open-lifts-edited-427x1024.jpg\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_427,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Squaw-open-lifts-edited-427x1024.jpg\" width=\"427\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_639,h_1534\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Squaw-open-lifts-edited.jpg 639w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_125,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Squaw-open-lifts-edited-125x300.jpg 125w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_427,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Squaw-open-lifts-edited-427x1024.jpg 427w\" sizes=\"(max-width: 427px) 100vw, 427px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Squaw-open-lifts-edited-427x1024.jpg 427w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Squaw-open-lifts-edited-125x300.jpg 125w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Squaw-open-lifts-edited.jpg 639w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Live weather forecasts for the mountains and up to minute ski lift status&#8217; in email, updated at every open. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-weather jtg-filter-personalized-images jtg-filter-content-automation\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"57174\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;Asda Grocery Email with recipient&#039;s preferred store name and  4-day weather forecast for that store. This email also the latest petrol prices for the closest ASDA petrol Station!&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/ASDA-weather-petrol-prices-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-57174\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Asda Grocery Email with store name, weather forecast and live petrol prices.\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/ASDA-weather-petrol-prices.png\" title=\"Asda Grocery Email\" data-caption=\"Asda Grocery Email with recipient&#039;s preferred store name and  4-day weather forecast for that store. This email also the latest petrol prices for the closest ASDA petrol Station!\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_360,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/ASDA-weather-petrol-prices-360x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_360,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/ASDA-weather-petrol-prices-360x1024.png\" width=\"360\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1236,h_3516\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/ASDA-weather-petrol-prices.png 1236w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_105,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/ASDA-weather-petrol-prices-105x300.png 105w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_360,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/ASDA-weather-petrol-prices-360x1024.png 360w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_2185\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/ASDA-weather-petrol-prices-768x2185.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_540,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/ASDA-weather-petrol-prices-540x1536.png 540w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_720,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/ASDA-weather-petrol-prices-720x2048.png 720w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1991\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/ASDA-weather-petrol-prices-700x1991.png 700w\" sizes=\"(max-width: 360px) 100vw, 360px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/ASDA-weather-petrol-prices-360x1024.png 360w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/ASDA-weather-petrol-prices-105x300.png 105w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/ASDA-weather-petrol-prices-768x2185.png 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/ASDA-weather-petrol-prices-540x1536.png 540w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/ASDA-weather-petrol-prices-720x2048.png 720w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/ASDA-weather-petrol-prices-700x1991.png 700w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/ASDA-weather-petrol-prices.png 1236w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Asda Grocery Email with recipient&#8217;s preferred store name and  4-day weather forecast for that store. This email also the latest petrol prices for the closest ASDA petrol Station!<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-weather jtg-filter-fashion\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"57127\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;Encourage recipeints to &#039;shop the weather&#039; when they open an email by including a live, multi-day weather forecast for open location that updates at every open. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/New-Look-weather-and-nearest-store-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-57127\"  data-valign=\"top\" data-halign=\"center\" alt=\"Shop the weather from email - live weather forecast in email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/New-Look-weather-and-nearest-store.png\" title=\"Shop the weather from email\" data-caption=\"Encourage recipeints to &#039;shop the weather&#039; when they open an email by including a live, multi-day weather forecast for open location that updates at every open. \" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_502,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/New-Look-weather-and-nearest-store-502x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_502,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/New-Look-weather-and-nearest-store-502x1024.png\" width=\"502\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1377,h_2807\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/New-Look-weather-and-nearest-store.png 1377w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_147,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/New-Look-weather-and-nearest-store-147x300.png 147w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_502,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/New-Look-weather-and-nearest-store-502x1024.png 502w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1566\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/New-Look-weather-and-nearest-store-768x1566.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_753,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/New-Look-weather-and-nearest-store-753x1536.png 753w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1005,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/New-Look-weather-and-nearest-store-1005x2048.png 1005w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1427\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/New-Look-weather-and-nearest-store-700x1427.png 700w\" sizes=\"(max-width: 502px) 100vw, 502px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/New-Look-weather-and-nearest-store-502x1024.png 502w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/New-Look-weather-and-nearest-store-147x300.png 147w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/New-Look-weather-and-nearest-store-768x1566.png 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/New-Look-weather-and-nearest-store-753x1536.png 753w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/New-Look-weather-and-nearest-store-1005x2048.png 1005w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/New-Look-weather-and-nearest-store-700x1427.png 700w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/New-Look-weather-and-nearest-store.png 1377w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Encourage recipeints to &#8216;shop the weather&#8217; when they open an email by including a live, multi-day weather forecast for open location that updates at every open. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-retail jtg-filter-weather\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"11870\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;When the sun&#039;s shining, disdplay a live weather forecast with relevant products (sunscreen!) below. A great way to keep email super relevant. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/HB-summer-sunshine-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-11870\"  data-valign=\"top\" data-halign=\"center\" alt=\"Live forecast in email with weather relevant products\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/HB-summer-sunshine.png\" title=\"Live forecast in email with weather relevant products\" data-caption=\"When the sun&#039;s shining, disdplay a live weather forecast with relevant products (sunscreen!) below. A great way to keep email super relevant. \" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_306,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/HB-summer-sunshine-306x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_306,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/HB-summer-sunshine-306x1024.png\" width=\"306\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1390,h_4658\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/HB-summer-sunshine.png 1390w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_306,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/HB-summer-sunshine-306x1024.png 306w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_2574\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/HB-summer-sunshine-768x2574.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_458,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/HB-summer-sunshine-458x1536.png 458w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_611,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/HB-summer-sunshine-611x2048.png 611w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_2346\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/HB-summer-sunshine-700x2346.png 700w\" sizes=\"(max-width: 306px) 100vw, 306px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/HB-summer-sunshine-306x1024.png 306w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/HB-summer-sunshine-90x300.png 90w, https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/HB-summer-sunshine.png 1390w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">When the sun&#8217;s shining, disdplay a live weather forecast with relevant products (sunscreen!) below. A great way to keep email super relevant. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"77518\" rel=\"jtg-76707\" data-caption=\"&lt;p&gt;Urban Decay builds buyer confidence by suggesting hyper-relevant solutions to weather-driven challenges, like extreme cold temperatures, their customers are likely facing at that exact moment.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Urban-Decay-Weather-150x150.jpg\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-77518\"  data-valign=\"middle\" data-halign=\"center\" alt=\"\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Urban-Decay-Weather.jpg\" title=\"Urban-Decay-Weather\" data-caption=\"Urban Decay builds buyer confidence by suggesting hyper-relevant solutions to weather-driven challenges, like extreme cold temperatures, their customers are likely facing at that exact moment.\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_516,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Urban-Decay-Weather-516x1024.jpg\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_516,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Urban-Decay-Weather-516x1024.jpg\" width=\"516\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1000,h_1986\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Urban-Decay-Weather.jpg 1000w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_151,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Urban-Decay-Weather-151x300.jpg 151w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_516,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Urban-Decay-Weather-516x1024.jpg 516w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1525\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Urban-Decay-Weather-768x1525.jpg 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_773,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Urban-Decay-Weather-773x1536.jpg 773w\" sizes=\"(max-width: 516px) 100vw, 516px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Urban-Decay-Weather-516x1024.jpg 516w, https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Urban-Decay-Weather-151x300.jpg 151w, https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Urban-Decay-Weather-768x1525.jpg 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Urban-Decay-Weather-773x1536.jpg 773w, https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Urban-Decay-Weather.jpg 1000w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Urban Decay builds buyer confidence by suggesting hyper-relevant solutions to weather-driven challenges, like extreme cold temperatures, their customers are likely facing at that exact moment.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div>\t\t\r\n\t<\/div>\r\n\r\n\t\r\n\t\r\n\t<script type=\"application\/ld+json\">\r\n\t{\r\n\t\t\"@context\": \"http:\/\/schema.org\",\r\n\t\t\"@type\"   : \"ImageGallery\",\r\n\t\t\"id\"      : \"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages\/76246\",\r\n\t\t\"url\"     : \"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages\/76246\"\r\n\t}\r\n\r\n    <\/script>\r\n\r\n\t\r\n<\/div>\n  \t\t\t<\/div>\n  \t\t<\/div>\n  \t<\/div>\n  <\/div>\n<\/div>\n\n\n<style>\r\n.modula .filters {background-color: transparent; border-bottom: 1px solid #dee2e6;}\r\n.modula>.filters .modula_menu__list {margin: 0 !important;}\r\n.modula>.filters .modula_menu__list li.modula_menu__item {font-weight: 700; font-size: .8rem; letter-spacing: .05rem; padding: 0; text-align: center; margin-right: 35px !important; text-transform:uppercase;}\r\n.modula-item {box-shadow: 0 0 10px rgb(0 0 0 \/ 15%) !important;}\r\n.modula-load-more {background-color: #dd7322;\r\n    color: #fff;\r\n    -webkit-font-smoothing: antialiased;\r\n    -moz-osx-font-smoothing: grayscale;\r\n    border-radius: 4px;\r\n    font-weight: 700;\r\n    font-size: 12px;\r\n    text-transform: uppercase;\r\n    padding: 14px 40px;\r\n    border:none;\r\n    margin-top:50px;\r\n    }\r\n<\/style>","protected":false},"excerpt":{"rendered":"","protected":false},"author":34,"featured_media":0,"parent":57526,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-76246","page","type-page","status-publish","hentry"],"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>Weather - Litmus<\/title>\n<meta name=\"description\" content=\"See how brands are using weather data to personalize their email marketing and create more relevant and engaging experiences! Learn more.\" \/>\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\/email-gallery\/weather\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Weather - Litmus\" \/>\n<meta property=\"og:description\" content=\"See how brands are using weather data to personalize their email marketing and create more relevant and engaging experiences! Learn more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.litmus.com\/email-gallery\/weather\" \/>\n<meta property=\"og:site_name\" content=\"Litmus\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/litmusapp\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-12T14:22:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2025\/04\/featured-image.png\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"314\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@litmusapp\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Weather - Litmus","description":"See how brands are using weather data to personalize their email marketing and create more relevant and engaging experiences! Learn more.","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\/email-gallery\/weather","og_locale":"en_US","og_type":"article","og_title":"Weather - Litmus","og_description":"See how brands are using weather data to personalize their email marketing and create more relevant and engaging experiences! Learn more.","og_url":"https:\/\/www.litmus.com\/email-gallery\/weather","og_site_name":"Litmus","article_publisher":"https:\/\/www.facebook.com\/litmusapp","article_modified_time":"2025-12-12T14:22:04+00:00","og_image":[{"width":600,"height":314,"url":"https:\/\/www.litmus.com\/wp-content\/uploads\/2025\/04\/featured-image.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@litmusapp","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.litmus.com\/email-gallery\/weather","url":"https:\/\/www.litmus.com\/email-gallery\/weather","name":"Weather - Litmus","isPartOf":{"@id":"https:\/\/www.litmus.com\/#website"},"datePublished":"2023-08-16T20:24:41+00:00","dateModified":"2025-12-12T14:22:04+00:00","description":"See how brands are using weather data to personalize their email marketing and create more relevant and engaging experiences! Learn more.","breadcrumb":{"@id":"https:\/\/www.litmus.com\/email-gallery\/weather#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.litmus.com\/email-gallery\/weather"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.litmus.com\/email-gallery\/weather#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.litmus.com\/"},{"@type":"ListItem","position":2,"name":"Email Gallery","item":"https:\/\/www.litmus.com\/email-gallery"},{"@type":"ListItem","position":3,"name":"Weather"}]},{"@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"]}]}},"acf":{"enable_legacy_page_header":false,"alt_header_title":"","background_color":"#073045","header_image":"","header_image_overlay_color":"#000000","header_description":"","header_primary_cta_button":"","header_secondary_cta_button":"","title_alignment":"align-items-center","title_justification":"justify-content-start","text_align":"text-left","wide_header":false,"short_header":false,"form_header":false,"side_header_image":"","header_video":false,"toggle_labels":{"left":"","right":""},"price_toggle":["left"],"column":null,"video_id":""},"_links":{"self":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages\/76246","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/users\/34"}],"replies":[{"embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/comments?post=76246"}],"version-history":[{"count":10,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages\/76246\/revisions"}],"predecessor-version":[{"id":99132,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages\/76246\/revisions\/99132"}],"up":[{"embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages\/57526"}],"wp:attachment":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/media?parent=76246"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}