Skip to content

Commit

Permalink
Specify image dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
edwbaker committed Apr 2, 2024
1 parent c6613da commit a46bbe3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>
<a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }} <small>FLS ARCS</small></a>
</h1>

<img src="/imgs/me.png" alt="Picture of Ed Baker."/>
<img src="/imgs/me.png" alt="Picture of Ed Baker." height="687" width="666"/>

<p>{{ site.description | default: site.github.project_tagline }}</p>

Expand Down
4 changes: 4 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ p {

header a small {
color: #737373;
}

img {
height: auto;
}
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ I am currently an Acoustic Biology Researcher at Natural History Museum, London,

[🦗.fm](https://🦗.fm/) - my work on museum sound collections and the bioacoustics of Orthoptera.

![_Horatosphaga raggei_](/imgs/h_raggei.jpg)
<img src="/imgs/h_raggei.jpg" alt="Photograph of Horatopshaga raggei" width="853" height="465" />

{% include audio.html src="/sounds/h_raggei.wav" type="audio/wav" %}

Expand Down

0 comments on commit a46bbe3

Please sign in to comment.