feat: Specify image dimensions
https://gtmetrix.com/specify-image-dimensions.html
This commit is contained in:
parent
ef6bab5f0d
commit
0d2de1d71f
|
@ -7,7 +7,7 @@ weight: 3
|
||||||
|
|
||||||
{{< grid class="-middle" >}}
|
{{< grid class="-middle" >}}
|
||||||
{{< cell class="-4of12 -center" >}}
|
{{< cell class="-4of12 -center" >}}
|
||||||
<img src="./accueil/apropos.png" alt="Le livre" width="180" />
|
<img src="./accueil/apropos.png" alt="Le livre" width="180" height="180" />
|
||||||
{{< /cell >}}
|
{{< /cell >}}
|
||||||
{{< cell class="-8of12 " markdown="true" >}}
|
{{< cell class="-8of12 " markdown="true" >}}
|
||||||
Après des études de graphisme, je suis embauchée en tant que graphiste chez *Five*, une agence de communication spécialisée dans le domaine de la beauté et l’édition. Le 6 novembre 2008, j’ai dû arrêter mon travail pendant plusieurs mois suite à l’histoire que je m’apprête à vous raconter :). Je me suis alors noyée dans l’illustration ! Quel bonheur !
|
Après des études de graphisme, je suis embauchée en tant que graphiste chez *Five*, une agence de communication spécialisée dans le domaine de la beauté et l’édition. Le 6 novembre 2008, j’ai dû arrêter mon travail pendant plusieurs mois suite à l’histoire que je m’apprête à vous raconter :). Je me suis alors noyée dans l’illustration ! Quel bonheur !
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 155 KiB After Width: | Height: | Size: 34 KiB |
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{{< grid class="-middle" >}}
|
{{< grid class="-middle" >}}
|
||||||
{{< cell class="-6of12 -center" >}}
|
{{< cell class="-6of12 -center" >}}
|
||||||
<img src="./accueil/bienvenue.png" alt="Le livre" />
|
<img src="./accueil/bienvenue.png" alt="Le livre" width="480" height="235" />
|
||||||
{{< /cell >}}
|
{{< /cell >}}
|
||||||
{{< cell class="-6of12" markdown="true" >}}
|
{{< cell class="-6of12" markdown="true" >}}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 86 KiB |
|
@ -9,7 +9,7 @@
|
||||||
{{ if $src }}
|
{{ if $src }}
|
||||||
{{ $image := $src.Fill "432x300 Center" }}
|
{{ $image := $src.Fill "432x300 Center" }}
|
||||||
{{ $alt := index .Params "image_title" | default (index .Params "title") }}
|
{{ $alt := index .Params "image_title" | default (index .Params "title") }}
|
||||||
<img src="{{ $image.RelPermalink }}" alt="{{ $alt }}" />
|
<img src="{{ $image.RelPermalink }}" alt="{{ $alt }}" width="432" height="300" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body cell -7of12">
|
<div class="card-body cell -7of12">
|
||||||
|
|
Loading…
Reference in New Issue