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,
|
||||
linkImagesToOriginal: true,
|
||||
showCaptions: true,
|
||||
backgroundColor: 'transparent',
|
||||
backgroundColor: 'none',
|
||||
disableBgImageOnAlpha: true
|
||||
}
|
||||
},
|
||||
|
@ -15,7 +15,7 @@ export default function Image({
|
||||
return (
|
||||
<Img
|
||||
className={styles.imageWrap}
|
||||
backgroundColor="#dfe8ef"
|
||||
backgroundColor="transparent"
|
||||
fluid={fluid}
|
||||
fixed={fixed}
|
||||
alt={alt}
|
||||
|
Loading…
Reference in New Issue
Block a user