You are here

function blazy_preprocess_media_oembed_iframe in Blazy 8.2

Overrides template_preprocess_media_oembed_iframe().

File

./blazy.module, line 67
Provides basic Blazy integration for lazy loading and multi-serving images.

Code

function blazy_preprocess_media_oembed_iframe(array &$variables) {
  \Drupal::service('blazy.oembed')
    ->preprocessMediaOembedIframe($variables);
}