<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Blog notification email image not responsive or accepting alternative sizes over 450px in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Blog-notification-email-image-not-responsive-or-accepting/m-p/23502#M2260</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/3688"&gt;@Jsum&lt;/a&gt;&amp;nbsp;thanks for responding to my post so quick, I know I did a poor job explaining my problem. What happens is that the token pulls in more than just the image, it pulls in an impressive amount of markup. In this case it pulls in the following for&lt;SPAN&gt;{{ post.featured_image }}&lt;/SPAN&gt;:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;table cellspacing="0" cellpadding="0" align="left" class="alignImageTable" style="border:0; border-collapse:collapse !important; mso-table-lspace:0pt; mso-table-rspace:0pt;"&amp;gt; 
     &amp;lt;tbody&amp;gt;
      &amp;lt;tr&amp;gt; 
       &amp;lt;td border="0" cellspacing="0" cellpadding="0" align="left" valign="top" style="text-align:left; border:0;  padding-right:10px;  padding-bottom: 10px;"&amp;gt; &amp;lt;a href="https://www.focus3.com/blog/complaining-is-lost-opportunity" title="" class="hs-featured-image-link" style="margin:0; border:0; padding:0;" data-hs-link-id="0" target="_blank"&amp;gt; &amp;lt;img src="//www.focus3.com/hs-fs/hubfs/Blog_Images/Focus3-Complain.png?t=1500599015776&amp;amp;amp;width=450&amp;amp;amp;upsize=true&amp;amp;amp;upscale=true&amp;amp;amp;name=Focus3-Complain.png" width="450" data-filemanager-upscale="true" data-filemanager-upsize="true" style="margin:0; border:0; padding:0; display:block;" srcset="//www.focus3.com/hs-fs/hubfs/Blog_Images/Focus3-Complain.png?t=1500599015776&amp;amp;amp;upsize=true&amp;amp;amp;upscale=true&amp;amp;amp;width=450&amp;amp;amp;upsize=true&amp;amp;amp;upscale=true&amp;amp;amp;name=Focus3-Complain.png 450w, //www.focus3.com/hs-fs/hubfs/Blog_Images/Focus3-Complain.png?t=1500599015776&amp;amp;amp;upsize=true&amp;amp;amp;upscale=true&amp;amp;amp;width=900&amp;amp;amp;upsize=true&amp;amp;amp;upscale=true&amp;amp;amp;name=Focus3-Complain.png 900w" sizes="(max-width: 450px) 100vw, 450px"&amp;gt; &amp;lt;/a&amp;gt; &amp;lt;/td&amp;gt; 
      &amp;lt;/tr&amp;gt; 
     &amp;lt;/tbody&amp;gt;
    &amp;lt;/table&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Which is fine, however, it's not easily editted and while i wrote some css to make it work for the meanwhile I'd prefer to operate using inline css whenever possible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know where the&amp;nbsp;&lt;SPAN&gt;{{ content.featured_image }} lives? Can its configuration be edited?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jul 2017 01:52:08 GMT</pubDate>
    <dc:creator>brentswashburn</dc:creator>
    <dc:date>2017-07-24T01:52:08Z</dc:date>
    <item>
      <title>Blog notification email image not responsive or accepting alternative sizes over 450px</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-notification-email-image-not-responsive-or-accepting/m-p/23455#M2252</link>
      <description>&lt;P&gt;I've been working on this for a client for some time and cannot get the featured image to behave. I've been able to edit the featured image sizing on another client's blog notification email to make it 600px and responsive using the&amp;nbsp;max width of the content module and of course my content module is responsive.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know if the&amp;nbsp;&lt;SPAN&gt;{{post.featured_image}} token is related to some setting unique to each portal? I can't explain how I would get different results with the same template in two different portals. I need to be able to edit this image.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2017 02:17:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-notification-email-image-not-responsive-or-accepting/m-p/23455#M2252</guid>
      <dc:creator>brentswashburn</dc:creator>
      <dc:date>2017-07-23T02:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Blog notification email image not responsive or accepting alternative sizes over 450px</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-notification-email-image-not-responsive-or-accepting/m-p/23474#M2256</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13585"&gt;@brentswashburn&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="td"&gt;{{ content.featured_image }}&lt;/DIV&gt;&lt;DIV class="td"&gt;string&lt;/DIV&gt;&lt;DIV class="td"&gt;The source url of the featured image, selected when the blog was published&lt;/DIV&gt;&lt;DIV class="td"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="td"&gt;This variable literally only outputs the url of the image. to use it you would place it in the src of an img tag.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="td"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="td"&gt;You can check the url to see if a height or width dimension is appended to the end, but this shouldn't be the case.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="td"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="td"&gt;You didn't really explain what the issue is so it is hard to help you solve it. If you went into detail it would help. I do know that in the content settings for blogs their is an option to use featured image in listing and this will effect rss feeds. Also, based on what I said above, your issue is most likely css related so you should look at the web version of the email and use the console to check for interfering css.&lt;/DIV&gt;</description>
      <pubDate>Sun, 23 Jul 2017 12:50:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-notification-email-image-not-responsive-or-accepting/m-p/23474#M2256</guid>
      <dc:creator>Jsum</dc:creator>
      <dc:date>2017-07-23T12:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Blog notification email image not responsive or accepting alternative sizes over 450px</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-notification-email-image-not-responsive-or-accepting/m-p/23502#M2260</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/3688"&gt;@Jsum&lt;/a&gt;&amp;nbsp;thanks for responding to my post so quick, I know I did a poor job explaining my problem. What happens is that the token pulls in more than just the image, it pulls in an impressive amount of markup. In this case it pulls in the following for&lt;SPAN&gt;{{ post.featured_image }}&lt;/SPAN&gt;:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;table cellspacing="0" cellpadding="0" align="left" class="alignImageTable" style="border:0; border-collapse:collapse !important; mso-table-lspace:0pt; mso-table-rspace:0pt;"&amp;gt; 
     &amp;lt;tbody&amp;gt;
      &amp;lt;tr&amp;gt; 
       &amp;lt;td border="0" cellspacing="0" cellpadding="0" align="left" valign="top" style="text-align:left; border:0;  padding-right:10px;  padding-bottom: 10px;"&amp;gt; &amp;lt;a href="https://www.focus3.com/blog/complaining-is-lost-opportunity" title="" class="hs-featured-image-link" style="margin:0; border:0; padding:0;" data-hs-link-id="0" target="_blank"&amp;gt; &amp;lt;img src="//www.focus3.com/hs-fs/hubfs/Blog_Images/Focus3-Complain.png?t=1500599015776&amp;amp;amp;width=450&amp;amp;amp;upsize=true&amp;amp;amp;upscale=true&amp;amp;amp;name=Focus3-Complain.png" width="450" data-filemanager-upscale="true" data-filemanager-upsize="true" style="margin:0; border:0; padding:0; display:block;" srcset="//www.focus3.com/hs-fs/hubfs/Blog_Images/Focus3-Complain.png?t=1500599015776&amp;amp;amp;upsize=true&amp;amp;amp;upscale=true&amp;amp;amp;width=450&amp;amp;amp;upsize=true&amp;amp;amp;upscale=true&amp;amp;amp;name=Focus3-Complain.png 450w, //www.focus3.com/hs-fs/hubfs/Blog_Images/Focus3-Complain.png?t=1500599015776&amp;amp;amp;upsize=true&amp;amp;amp;upscale=true&amp;amp;amp;width=900&amp;amp;amp;upsize=true&amp;amp;amp;upscale=true&amp;amp;amp;name=Focus3-Complain.png 900w" sizes="(max-width: 450px) 100vw, 450px"&amp;gt; &amp;lt;/a&amp;gt; &amp;lt;/td&amp;gt; 
      &amp;lt;/tr&amp;gt; 
     &amp;lt;/tbody&amp;gt;
    &amp;lt;/table&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Which is fine, however, it's not easily editted and while i wrote some css to make it work for the meanwhile I'd prefer to operate using inline css whenever possible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know where the&amp;nbsp;&lt;SPAN&gt;{{ content.featured_image }} lives? Can its configuration be edited?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 01:52:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-notification-email-image-not-responsive-or-accepting/m-p/23502#M2260</guid>
      <dc:creator>brentswashburn</dc:creator>
      <dc:date>2017-07-24T01:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Blog notification email image not responsive or accepting alternative sizes over 450px</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-notification-email-image-not-responsive-or-accepting/m-p/23503#M2261</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13585"&gt;@brentswashburn&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see. That is interesting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not very familiar with setting up an rss feed in an email template. It seams like Hubspot has a different ouput rules for email. I will play with this in a few minutes and let you know.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 02:06:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-notification-email-image-not-responsive-or-accepting/m-p/23503#M2261</guid>
      <dc:creator>Jsum</dc:creator>
      <dc:date>2017-07-24T02:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Blog notification email image not responsive or accepting alternative sizes over 450px</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-notification-email-image-not-responsive-or-accepting/m-p/23504#M2262</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/3688"&gt;@Jsum&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, I appreciate the help, as you'll notice there's no class on the &amp;lt;img&amp;gt; so editing what's inline required some !importants which aren't—always—robust enough for email.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 02:10:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-notification-email-image-not-responsive-or-accepting/m-p/23504#M2262</guid>
      <dc:creator>brentswashburn</dc:creator>
      <dc:date>2017-07-24T02:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Blog notification email image not responsive or accepting alternative sizes over 450px</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-notification-email-image-not-responsive-or-accepting/m-p/23505#M2263</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13585"&gt;@brentswashburn&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How are you creating the rss feed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I placed this in a custom HubL module:&lt;/P&gt;&lt;PRE&gt;{% set rec_posts = blog_recent_posts('default', 5) %}
{% for rec_post in rec_posts %}
   &amp;lt;a href="{{ rec_post.absolute_url }}"&amp;gt;&amp;lt;img src="{{ rec_post.featured_image }}" alt="{{ rec_post.featured_image_alt_text }}"&amp;gt;&amp;lt;/a&amp;gt;
{% endfor %}&lt;/PRE&gt;&lt;P&gt;and there was no extra markup, just the markup I created. You could do this and create your layout, using table markup, around this for loop.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 02:46:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-notification-email-image-not-responsive-or-accepting/m-p/23505#M2263</guid>
      <dc:creator>Jsum</dc:creator>
      <dc:date>2017-07-24T02:46:36Z</dc:date>
    </item>
  </channel>
</rss>

