twreporter-react
Version:
React-Redux site for The Reporter Foundation in Taiwan
14 lines (13 loc) • 337 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
image: {
// top offset of the viewport you want to begin displaying your content
loadingOffset: {
placeholder: 200, // extreme low resolution image to display at first
image: 20 // real image to display
}
}
};