16 lines
421 B
JavaScript
16 lines
421 B
JavaScript
"use strict";
|
|
|
|
exports.DEFAULT_OPTIONS = {
|
|
maxWidth: 650,
|
|
wrapperStyle: "",
|
|
backgroundColor: "white",
|
|
linkImagesToOriginal: true,
|
|
showCaptions: false,
|
|
markdownCaptions: false,
|
|
withWebp: false,
|
|
tracedSVG: false,
|
|
loading: "lazy"
|
|
};
|
|
exports.imageClass = "gatsby-resp-image-image";
|
|
exports.imageWrapperClass = "gatsby-resp-image-wrapper";
|
|
exports.imageBackgroundClass = "gatsby-resp-image-background-image"; |