If you are experiencing a spacing issue with HubSpot's native Image Module, this is caused by the default line-height behavior of the widget. To completely remove this extra gap, you can add the following CSS:
<style>
.widget-type-linked_image { line-height: 0; }
</style>
Back to Knowledge Base
Comments