Files
30-seconds-of-code/node_modules/gatsby-remark-images/constants.js
2019-08-20 15:52:05 +02:00

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";