fix indent

This commit is contained in:
2026-02-03 12:57:39 +00:00
parent 926666dc65
commit 8e88d7e519

View File

@@ -168,9 +168,8 @@ function cors() {
} }
add_action('after_setup_theme', function(){ add_action('after_setup_theme', function(){
$image_srcset = new Utilities\ImageSrcset; $image_srcset = new Utilities\ImageSrcset;
$image_srcset->add(['name' => 'hero', 'width' => 1920, 'height' => 1080]); $image_srcset->add(['name' => 'hero', 'width' => 1920, 'height' => 1080]);
add_image_size('lazy', 50, 50); add_image_size('lazy', 50, 50);
add_image_size('hero', 1920, 1080, true); add_image_size('hero', 1920, 1080, true);
}); });