Skip to content

Commit

Permalink
Provide a range of heights for home page images
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSCahill committed Dec 13, 2024
1 parent b3e8ee8 commit 638dd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partials/component-home-v2.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="paragraph home-intro">
<p>{{{page.attributes.home-intro}}} {{#with page.attributes.home-intro-learn-more}}<a href="{{{relativize (resolvePageURL this)}}}">Learn more</a>{{/with}}
</p>
<img style="height: 150px" src='../_images/{{page.attributes.home-image}}' alt={{{page.title}}} loading="lazy"/>
<img style="max-height: 150px;min-height: 120px;" src="../_images/{{page.attributes.home-image}}" alt="{{{page.title}}}" loading="lazy"/>
</div>
</div>
</div>
Expand Down

0 comments on commit 638dd6a

Please sign in to comment.