You are here

function elevatezoomplus_blazy_build_alter in ElevateZoom Plus 8

Same name and namespace in other branches
  1. 7 elevatezoomplus.module \elevatezoomplus_blazy_build_alter()

Implements hook_blazy_build_alter().

File

./elevatezoomplus.module, line 106
Provides ElevateZoomPlus integration.

Code

function elevatezoomplus_blazy_build_alter(array &$build, $settings = []) {
  elevatezoomplus()
    ->buildAlter($build, $settings);
}