mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-15 01:25:28 +01:00
image tweaks
This commit is contained in:
parent
fe69db7fdf
commit
d7df446c8d
@ -38,7 +38,7 @@ module.exports = {
|
|||||||
withWebp: true,
|
withWebp: true,
|
||||||
linkImagesToOriginal: true,
|
linkImagesToOriginal: true,
|
||||||
showCaptions: true,
|
showCaptions: true,
|
||||||
backgroundColor: 'transparent',
|
backgroundColor: 'none',
|
||||||
disableBgImageOnAlpha: true
|
disableBgImageOnAlpha: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -15,7 +15,7 @@ export default function Image({
|
|||||||
return (
|
return (
|
||||||
<Img
|
<Img
|
||||||
className={styles.imageWrap}
|
className={styles.imageWrap}
|
||||||
backgroundColor="#dfe8ef"
|
backgroundColor="transparent"
|
||||||
fluid={fluid}
|
fluid={fluid}
|
||||||
fixed={fixed}
|
fixed={fixed}
|
||||||
alt={alt}
|
alt={alt}
|
||||||
|
Loading…
Reference in New Issue
Block a user