Closed stuartcusackie closed 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?
Nevermind! Here's how it is done:
@responsive($image, ['glide:fm' => 'png', 'webp' => false])
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?