mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-24 07:08:12 +00:00
fix: use auto=format qs for unbody images
This commit is contained in:
parent
e475cbe219
commit
bceb18861d
@ -16,7 +16,7 @@ export type Props = {
|
||||
} & ResponsiveImageProps
|
||||
|
||||
const unbodyImageLoader: ImageLoader = ({ src, width, quality }) =>
|
||||
`${src}?w=${width}&q=${quality || 75}`
|
||||
`${src}?w=${width}&q=${quality || 75}&auto=format`
|
||||
|
||||
export const ResponsiveImage = ({
|
||||
data,
|
||||
|
Loading…
x
Reference in New Issue
Block a user