fix indent
This commit is contained in:
@@ -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);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user