For ie11 and ipad 5th gen 12.1.1 type devices
Some info on feature detection here: https://addyosmani.com/blog/lazy-loading/ and here https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement
Need to make sure that lazyload is only set on the browsers that support it via 'loading' in HTMLImageElement.prototype detection.