Lazy loading and Globals

If you have an image component inside a global and then have a number of those global elements on a page you can’t set lazy loading on individual images as you can’t override the setting.

Perhaps make two different globals, one for lazy loading images below the fold, and a standard one for important images above the fold.

Something along the lines of Global Image (Priority) and Global Image (Lazy).