Cropping SVG for an cover image

Thumbs are only created for resizable files, which are defined as

  $resizable = [
            'jpg',
            'jpeg',
            'gif',
            'png',
            'webp'
        ];

in the isResizable() method.