1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-15 01:25:28 +01:00

image tweaks

This commit is contained in:
Matthias Kretschmann 2019-10-15 01:47:34 +02:00
parent fe69db7fdf
commit d7df446c8d
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ module.exports = {
withWebp: true,
linkImagesToOriginal: true,
showCaptions: true,
backgroundColor: 'transparent',
backgroundColor: 'none',
disableBgImageOnAlpha: true
}
},

View File

@ -15,7 +15,7 @@ export default function Image({
return (
<Img
className={styles.imageWrap}
backgroundColor="#dfe8ef"
backgroundColor="transparent"
fluid={fluid}
fixed={fixed}
alt={alt}