Created
May 8, 2020 13:24
-
-
Save JacobLett/777b7a8f554ef38db1c246e2651eb19a to your computer and use it in GitHub Desktop.
hubspot email linked image retina
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
############################# | |
Hero Image | |
--> | |
{% image_src "intro_image" label="Intro Image" src='', no_wrapper=True, export_to_template_context=True %} | |
{% if widget_data.intro_image.src %} | |
{% text "intro_link" label="Intro Image Link", value="https://www.altair.com/", no_wrapper=True, export_to_template_context=True %} | |
<tr> | |
<td valign="top" width="100.0%" class=" img-fluid column" style="width:100.0%; text-align: left; padding: 0; font-family: {{ primary_font }}; font-size: {{ primary_font_size }}; line-height: {{ primary_font_lheight }}em; color: {{ primary_font_color }}; "> | |
<a href="{{widget_data.intro_link.value}}"> | |
<img src="{{widget_data.intro_image.src}}?noresize" style="vertical-align:bottom; -ms-interpolation-mode:bicubic; max-width:540px; border-width:0px; border:0px" width="540" alt="" title=""> | |
</a> | |
</td> | |
</tr> | |
{% endif %} | |
<!--/ End boolean hide condition --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment