spatie / statamic-responsive-images

Responsive images for Statamic 3
MIT License
99 stars 29 forks source link

Is glide format supported? #152

Closed stuartcusackie closed 2 years ago

stuartcusackie commented 2 years ago

I have one particular image on my website that contains small text and I want to maintain the sharpness of this text using the PNG format. This doesn't seem to work:

@responsive($image, ['glide:fm' => 'png'])

Is this supported? Or can it be?

stuartcusackie commented 2 years ago

Nevermind! Here's how it is done:

@responsive($image, ['glide:fm' => 'png', 'webp' => false])