v1/web/modules/contrib/blazy/src/Dejavu
Gdilove 927f32325b 初始化 2023-11-13 20:36:13 +08:00
..
ASPECT-RATIO.txt 初始化 2023-11-13 20:36:13 +08:00
BlazyAdminExtended.php 初始化 2023-11-13 20:36:13 +08:00
BlazyConfigEntityBase.php 初始化 2023-11-13 20:36:13 +08:00
BlazyConfigEntityBaseInterface.php 初始化 2023-11-13 20:36:13 +08:00
BlazyDependenciesTrait.php 初始化 2023-11-13 20:36:13 +08:00
BlazyEntityBase.php 初始化 2023-11-13 20:36:13 +08:00
BlazyEntityMediaBase.php 初始化 2023-11-13 20:36:13 +08:00
BlazyEntityReferenceBase.php 初始化 2023-11-13 20:36:13 +08:00
BlazyStyleBaseTrait.php 初始化 2023-11-13 20:36:13 +08:00
BlazyStyleOptionsTrait.php 初始化 2023-11-13 20:36:13 +08:00
BlazyStylePluginBase.php 初始化 2023-11-13 20:36:13 +08:00
BlazyStylePluginTrait.php 初始化 2023-11-13 20:36:13 +08:00
BlazyVideoBase.php 初始化 2023-11-13 20:36:13 +08:00
BlazyVideoTrait.php 初始化 2023-11-13 20:36:13 +08:00
README.md 初始化 2023-11-13 20:36:13 +08:00

README.md

ABOUT DEJAVU NAMESPACE

This contains re-usable methods across several modules:

  • Slick
  • Slick Views
  • Slick Media
  • Mason
  • GridStack
  • ... counting.

Those modules do not all necessarily use the Blazy JS library, however this module is a reasonable place to reduce duplication efforts and DRY stuffs.

A few things that bring those module here:

  • All makes use of various lazyload goodness: IMG, IFRAME, and DIV/BODY, etc., which is not currently available at D8, nor D7 AFAIK.
  • All has things in common, that is, working towards performant image and media.

Please ignore the namespace. The point is to not repeat.