Install
Works with Drupal: ^8.8 || ^9 || ^10Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
Important!
If you found these optimization-period releases still have oversight bugs, please lock it at Blazy 2.5 till the next hot fix releases. Kindly report any uncovered regressions, or issues for quick fixes. It is still a need-feedback release. Rest assured, we'll continue breaking this module innocently with a hiatus of used-up free-time and less buggier one, till this issue Massive optimization is marked as postponed or fixed.
Thanks for understanding + good spirit for betterment :)
Notable changes:
- Added core D9.2 webp client-side fallback for those who want to support old browsers and want modern ones have cleaner native image markups.
- Added `core/once` compat to save headaches and easy migration when min D9.2.
- Added `settings.blazies` grouping for sanity and to avoid conflict with sub-modules till all settings converted into BlazySettings at 3+.
- Moved media-related classes/ services into `Drupal\blazy\Media` namespace.
- Added Magnific Popup as decent replacement for Colorbox and Photobox.
- Hot fix for D8 `app.root` compat.
Blazy 8.x-2.0-dev, 2022-02-20
-----------------------------
- Added core D9.2 webp client-side fallback for those who want to support old
browsers and want modern ones have cleaner native image markups.
Blazy 8.x-2.0-dev, 2022-02-17
-----------------------------
- Added core/once compat to save headaches and easy migration when min D9.2.
- Issue #3264754 by Qusai Taha: Fix Undefined index: ratio in
Drupal\blazy\BlazyFormatter->preBuildElements().
- Fixed for local video autoplay which be on lightboxes, not inline.
- Added core/once as soft dependencies, etc.
Blazy 8.x-2.0-dev, 2022-02-15
-----------------------------
- Added `settings.blazies` grouping for sanity and to avoid conflict with
sub-modules till all settings converted into BlazySettings at 3+.
- Issue #3264039 by xamount, gausarts: WSOD when using preload with a responsive
image style with no sizes attribute.
Blazy 8.x-2.0-dev, 2022-02-11
-----------------------------
- Moved media-related classes and services into \Drupal\blazy\Media namespace.
- Added hook_uninstall().
Blazy 8.x-2.0-dev, 2022-02-09
-----------------------------
- Added Magnific Popup as decent replacement for Colorbox and Photobox.
- Issue #3263027 by gausarts, kobusvw, mably, bogdog400: Incompatible with
Drupal 8, release 2.6 - app.root error.
Blazy 8.x-2.0-dev, 2022-02-08
-----------------------------
- Fixed for NativeGrid Masonry with AJAX loaded contents like IO infinite pager.
- Fixed for Bio.js immutable object regressions.