Skip to content

Commit

Permalink
Merge pull request #23 from jwade1327/insider-ad-size
Browse files Browse the repository at this point in the history
Adjust native ad size to 300x250
  • Loading branch information
Shinsina authored Jun 21, 2023
2 parents fe89794 + 111374a commit 1804bd5
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ $ const imgLinkStyles = {
<marko-newsletter-imgix
src=image.src
alt=image.alt
options={ w: 540, h: 360, fit: "crop", auto: "format,compress" }
attrs={ border: 0, width: 270, style: imgStyles }
options={ w: 300, h: 250, fit: "crop", auto: "format,compress" }
attrs={ border: 0, width: 300, style: imgStyles }
>
<@link href=url target="_blank" attrs={ style: imgLinkStyles } />
</marko-newsletter-imgix>
Expand Down Expand Up @@ -124,8 +124,8 @@ $ const imgLinkStyles = {
<marko-newsletter-imgix
src=image.src
alt=image.alt
options={ w: 540, h: 360, fit: "crop", auto: "format,compress" }
attrs={ border: 0, width: 270, style: imgStyles }
options={ w: 300, h: 250, fit: "crop", auto: "format,compress" }
attrs={ border: 0, width: 300, style: imgStyles }
>
<@link href=url target="_blank" attrs={ style: imgLinkStyles } />
</marko-newsletter-imgix>
Expand Down Expand Up @@ -196,8 +196,8 @@ $ const imgLinkStyles = {
<marko-newsletter-imgix
src=image.src
alt=image.alt
options={ w: 540, h: 360, fit: "crop", auto: "format,compress" }
attrs={ border: 0, width: 270, style: imgStyles }
options={ w: 300, h: 250, fit: "crop", auto: "format,compress" }
attrs={ border: 0, width: 300, style: imgStyles }
>
<@link href=url target="_blank" attrs={ style: imgLinkStyles } />
</marko-newsletter-imgix>
Expand Down Expand Up @@ -260,8 +260,8 @@ $ const imgLinkStyles = {
<marko-newsletter-imgix
src=image.src
alt=image.alt
options={ w: 540, h: 360, fit: "crop", auto: "format,compress" }
attrs={ border: 0, width: 270, style: imgStyles }
options={ w: 300, h: 250, fit: "crop", auto: "format,compress" }
attrs={ border: 0, width: 300, style: imgStyles }
>
<@link href=url target="_blank" attrs={ style: imgLinkStyles } />
</marko-newsletter-imgix>
Expand Down

0 comments on commit 1804bd5

Please sign in to comment.