You are here

function template_preprocess_slick_image in Slick Carousel 8

Prepares variables for slick-image.html.twig template.

@deprecated: Just use blazy.html.twig to reduce function calls. This is never used, and will be removed post 8.x-1.1.

File

templates/slick.theme.inc, line 230
Hooks and preprocess functions for the Slick module.

Code

function template_preprocess_slick_image(&$variables) {
  template_preprocess_blazy($variables);
}