You are here

function blazy_page_build in Blazy 7

Implements hook_page_build().

File

./blazy.runtime.inc, line 79
Provides basic Blazy integration for lazy loading and multi-serving images.

Code

function blazy_page_build(&$page) {
  blazy('library')
    ->pageBuild($page);
}