DEFAULT_MIN_WIDTH top-level constant

int const DEFAULT_MIN_WIDTH

DEFAULT_MIN_WIDTH is the default minimum width used within a srcset width-range. Widths can be below this value; this is just the default value used internally in the TargetWidths function.

Implementation

const DEFAULT_MIN_WIDTH = 100;