Skip to content

Commit

Permalink
Merge pull request #65 from jwade1327/native-ad
Browse files Browse the repository at this point in the history
Remove width on <td> and remove height on nativeX image
  • Loading branch information
Shinsina authored May 2, 2024
2 parents 150332f + 5c3db39 commit bd2bee3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ $ const nameLinkAttrs = { style: nameLinkStyles, ...linkAttrs };
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<common-table-spacer-element height="12" />
<tr>
<td align="right" valign="top" width="270" class="split_cont1">
<td align="right" valign="top" class="split_cont1">
<marko-core-obj-value|{ value: image }| obj=content field="primaryImage" as="object">
<marko-newsletter-imgix
src=image.src
alt=image.alt
options={ w: 300, h: 250, fit: "crop", auto: "format,compress" }
options={ w: 300, fit: "crop", auto: "format,compress" }
attrs={ border: 0, width: 300, style: imgStyles }
>
<@link href=url target="_blank" attrs=imgLinkAttrs />
Expand Down

0 comments on commit bd2bee3

Please sign in to comment.