fix(dialog.liquid + header.liquid): add missing aria-label attribute to open and close buttons; fix header image dimensions
This commit is contained in:
parent
5d956c60d5
commit
cf3dac8a46
8 changed files with 20 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
{{ globals.cdn_url }}{{ image }}?class=bannerbase&type=webp 1024w
|
||||
"
|
||||
sizes="(max-width: 450px) 256px,
|
||||
(max-width: 850px) 512px
|
||||
(max-width: 850px) 512px,
|
||||
1024px"
|
||||
src="{{ globals.cdn_url }}{{ image }}?class=bannersm&type=webp"
|
||||
alt="{{ alt | replaceQuotes }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue