Commit ae796c66 authored by catch's avatar catch
Browse files

Issue #3524206 by mstrelan, catch, smustgrave: Use avif with webp fallback for...

Issue #3524206 by mstrelan, catch, smustgrave: Use avif with webp fallback for all core image styles
parent 76ba77c8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ effects:
      upscale: false
  6e8fe467-84c1-4ef0-a73b-7eccf1cc20e8:
    uuid: 6e8fe467-84c1-4ef0-a73b-7eccf1cc20e8
    id: image_convert
    id: image_convert_avif
    weight: 2
    data:
      extension: webp
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ effects:
      upscale: false
  c410ed2f-aa30-4d9c-a224-d2865d9188cd:
    uuid: c410ed2f-aa30-4d9c-a224-d2865d9188cd
    id: image_convert
    id: image_convert_avif
    weight: 2
    data:
      extension: webp
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ effects:
      upscale: false
  c4eb9942-2c9e-4a81-949f-6161a44b6559:
    uuid: c4eb9942-2c9e-4a81-949f-6161a44b6559
    id: image_convert
    id: image_convert_avif
    weight: 2
    data:
      extension: webp
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ effects:
      upscale: false
  294c5f76-42a4-43ce-82c2-81c2f4723da0:
    uuid: 294c5f76-42a4-43ce-82c2-81c2f4723da0
    id: image_convert
    id: image_convert_avif
    weight: 2
    data:
      extension: webp
+4 −0
Original line number Diff line number Diff line
@@ -52,6 +52,10 @@ image.effect.image_convert:
        Choice:
          callback: 'Drupal\Core\ImageToolkit\ImageToolkitManager::getAllValidExtensions'

image.effect.image_convert_avif:
  type: image.effect.image_convert
  label: 'Convert to AVIF'

image.effect.image_resize:
  type: image_size
  label: 'Image resize'
Loading