HubSpot Ideas

Jake_Lett

HubSpot CTA beta - image not responsive and squished on mobile

I just tried creating an embedded cta with a responsive image. The embed code has the image 100% height. So when you view on mobile the image is squished.

 

<img alt="stylized-card-hubspot-module-jake-lett-thumbnail-3-1" loading="lazy" src="https://no-cache.hubspot.com/cta/default/1637283/interactive-136207786554.png" style="height: 100%; width: 100%; object-fit: fill"
onerror="this.style.display='none'" />

 

Change height to auto

 

<img alt="stylized-card-hubspot-module-jake-lett-thumbnail-3-1" loading="lazy" src="https://no-cache.hubspot.com/cta/default/1637283/interactive-136207786554.png" style="height: auto; width: 100%; object-fit: fill"
onerror="this.style.display='none'" />

1 Reply
Jake_Lett
Guide | Partner

Screen Shot 2023-09-23 at 7.37.41 AM.pngScreen Shot 2023-09-23 at 7.37.47 AM.png