Skip to content

Commit c650dc9

Browse files
committed
Hero slider images added.
1 parent dcbeb09 commit c650dc9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

public/images/hero-slides/convert.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
for file in *.jpg *.jpeg *.png; do
2+
avifenc "$file" "${file%.*}.avif"
3+
done
Binary file not shown.
11.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)