feat: Mise à jour des visuels
This commit is contained in:
@ -6,7 +6,12 @@
|
||||
{{ if $image }}
|
||||
{{ $resizedSmall := $image.Fill $imageSizeSmall }}
|
||||
{{ $resizedBig := $image.Fill $imageSizeBig }}
|
||||
<img class="hero no-print" src="{{ $resizedSmall.RelPermalink }}" srcset="{{ $resizedSmall.RelPermalink }} 600w, {{ $resizedBig.RelPermalink }} 1920w" sizes="(max-width: 600px) 500px, 1920px" />
|
||||
<img
|
||||
class="hero no-print"
|
||||
src="{{ $resizedSmall.RelPermalink }}"
|
||||
srcset="{{ $resizedSmall.RelPermalink }} 600w, {{ $resizedBig.RelPermalink }} 1920w"
|
||||
sizes="(max-width: 600px) 500px, 1920px"
|
||||
/>
|
||||
{{ end }}
|
||||
<nav class="nav">
|
||||
<div class="container">
|
||||
|
Reference in New Issue
Block a user