Skip to content

Commit 3f4d566

Browse files
authored
experimenting with image widths
1 parent ab7dfca commit 3f4d566

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

_config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,7 @@ external_links:
401401
imagemagick:
402402
enabled: true # enables responsive images for your site (recommended, see https://github.com/alshedivat/al-folio/issues/537)
403403
widths:
404-
- 480
405-
- 800
406-
- 1400
404+
- 240
407405
input_directories:
408406
- assets/img/
409407
input_formats:
@@ -413,7 +411,7 @@ imagemagick:
413411
- ".tiff"
414412
- ".gif"
415413
output_formats:
416-
webp: "-quality 85"
414+
webp: "-quality 100"
417415

418416
# Lazy loading images
419417
# If you enable lazy loading, all images will add the loading="lazy" attribute.

0 commit comments

Comments
 (0)