From ff48fa2238234bb6ef6ab9cce99cb1f98a19b181 Mon Sep 17 00:00:00 2001 From: Robert O'Rourke Date: Fri, 22 Oct 2021 12:16:52 +0100 Subject: [PATCH] Add WebP support Tachyon will happily handle WebP images directly. WP now supports uploading these directly so we should allow Tachyon to process them. Related to humanmade/altis-media#175 --- inc/class-tachyon.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/class-tachyon.php b/inc/class-tachyon.php index 5d1c32c..6afa5c2 100644 --- a/inc/class-tachyon.php +++ b/inc/class-tachyon.php @@ -27,6 +27,7 @@ class Tachyon { 'jpg', 'jpeg', 'png', + 'webp', ]; /**