[][src]Constant imgix::constants::SRCSET_WIDTH_TOLERANCE

pub const SRCSET_WIDTH_TOLERANCE: f32 = 8.0;

The srcset width tolerance dictates the maximum tolerated size difference between an image's downloaded size and its rendered size. For example, setting this value to 10.0 means that an image will not render more than 10% larger or smaller than its native size.