You are here

function blazy_ckeditor_css_alter in Blazy 8.2

Implements hook_ckeditor_css_alter().

File

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

Code

function blazy_ckeditor_css_alter(array &$css, Editor $editor) {
  BlazyAlter::ckeditorCssAlter($css, $editor);
}