<?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: Making CTA Image Size Responsive in Lead Capture Tools</title>
    <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Making-CTA-Image-Size-Responsive/m-p/350585#M4324</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/129865"&gt;@nigeld27&lt;/a&gt;&amp;nbsp;do you have a link? Typically, all you would need the following CSS:&lt;/P&gt;
&lt;PRE&gt;img {
  max-width: 100%;
  height: auto;
}&lt;/PRE&gt;</description>
    <pubDate>Mon, 29 Jun 2020 13:23:14 GMT</pubDate>
    <dc:creator>stefen</dc:creator>
    <dc:date>2020-06-29T13:23:14Z</dc:date>
    <item>
      <title>Making CTA Image Size Responsive</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Making-CTA-Image-Size-Responsive/m-p/350429#M4316</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have embedded our Hubspot CTA into a webpage which isn't built on Hubspot. The CTA is working perfectly except for one factor: the size isn't responsible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to make an image CTA responsible? &lt;A href="https://knowledge.hubspot.com/cta/where-can-i-edit-the-size-of-a-cta" target="_blank" rel="noopener"&gt;This Knowledge page&lt;/A&gt; below suggests that it is possible: &lt;EM&gt;If you are&amp;nbsp;&lt;A href="https://knowledge.hubspot.com/cta-user-guide-v2/how-to-add-a-call-to-action-cta-to-a-non-hubspot-page" target="_blank" rel="noopener"&gt;embedding an i&lt;/A&gt;&lt;A href="https://knowledge.hubspot.com/cta-user-guide-v2/how-to-add-a-call-to-action-cta-to-a-non-hubspot-page" target="_blank" rel="noopener"&gt;mage CTA&lt;/A&gt;&amp;nbsp;on your non-HubSpot site, you may need to apply additional CSS&amp;nbsp;declarations&amp;nbsp;(such as&amp;nbsp;width: 100%;) within your stylesheet to make the image CTA responsive.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps this question should be posted in the CMS part of the Community but I can't seem to work out which bit of the CMS codes to change. I'm making changes but it doesn't seem to change anything. I even changed the HTML embed code to say 100% but that isn't working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help, please?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2020 15:27:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Making-CTA-Image-Size-Responsive/m-p/350429#M4316</guid>
      <dc:creator>nigeld27</dc:creator>
      <dc:date>2020-06-27T15:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Making CTA Image Size Responsive</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Making-CTA-Image-Size-Responsive/m-p/350585#M4324</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/129865"&gt;@nigeld27&lt;/a&gt;&amp;nbsp;do you have a link? Typically, all you would need the following CSS:&lt;/P&gt;
&lt;PRE&gt;img {
  max-width: 100%;
  height: auto;
}&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Jun 2020 13:23:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Making-CTA-Image-Size-Responsive/m-p/350585#M4324</guid>
      <dc:creator>stefen</dc:creator>
      <dc:date>2020-06-29T13:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Making CTA Image Size Responsive</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Making-CTA-Image-Size-Responsive/m-p/350595#M4325</link>
      <description>&lt;P&gt;Thanks Stefan, that's helpful. I hate to sound like completely ignorant but do I change that in the Hubspot embed code or in our website/platform?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 13:40:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Making-CTA-Image-Size-Responsive/m-p/350595#M4325</guid>
      <dc:creator>nigeld27</dc:creator>
      <dc:date>2020-06-29T13:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Making CTA Image Size Responsive</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Making-CTA-Image-Size-Responsive/m-p/350598#M4326</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/129865"&gt;@nigeld27&lt;/a&gt;&amp;nbsp;you'll want to add those styles to your website where the CTA is being embedded. Also, if you don't want to affect any other images on your website you could pinpoint the "hs-cta-img" class like so:&lt;/P&gt;
&lt;PRE&gt;.hs-cta-img {
  max-width: 100%;
  height: auto;
}&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Jun 2020 13:44:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Making-CTA-Image-Size-Responsive/m-p/350598#M4326</guid>
      <dc:creator>stefen</dc:creator>
      <dc:date>2020-06-29T13:44:26Z</dc:date>
    </item>
  </channel>
</rss>

