File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,19 +85,19 @@ module.exports = (
8585 class="gatsby-resp-image-wrapper"
8686 style="position: relative; display: block; ${
8787 options . wrapperStyle
88- } ; max-width: ${ presentationWidth } px; margin-left: auto; margin-right: auto;"
88+ } ; max-width: ${ presentationWidth } px; margin-left: auto; margin-right: auto;"
8989 >
9090 <span
9191 class="gatsby-resp-image-background-image"
9292 style="padding-bottom: ${ ratio } ; position: relative; bottom: 0; left: 0; background-image: url('${
9393 responsiveSizesResult . base64
94- } '); background-size: cover; display: block;"
94+ } '); background-size: cover; display: block;"
9595 >
9696 <img
9797 class="gatsby-resp-image-image"
9898 style="width: 100%; height: 100%; margin: 0; vertical-align: middle; position: absolute; top: 0; left: 0; box-shadow: inset 0px 0px 0px 400px ${
99- options . backgroundColor
100- } ;"
99+ options . backgroundColor
100+ } ;"
101101 alt="${ node . alt ? node . alt : defaultAlt } "
102102 title="${ node . title ? node . title : `` } "
103103 src="${ fallbackSrc } "
@@ -218,6 +218,6 @@ module.exports = (
218218 )
219219 ) . then ( htmlImageNodes =>
220220 markdownImageNodes . concat ( htmlImageNodes ) . filter ( node => ! ! node )
221- )
222221 )
222+ )
223223}
You can’t perform that action at this time.
0 commit comments