Skip to content

This plugin allows you to use lazy loading for your images.

License

Notifications You must be signed in to change notification settings

four-bytes-robby/FroshLazySizes

 
 

Repository files navigation

Thumbnail Processor for Shopware 6

Software License Shopware Store

This plugin has built-in Lazyloading with auto generated sizes for best fitting sizes.
2.png

Install

Download the plugin from the release page and enable it in shopware.

By composer

composer require frosh/lazy-sizes

From source

Run npm install in src/Resources/app/storefront within the plugin directory

By zip

download latest release and upload into admin: https://github.com/FriendsOfShopware/FroshLazySizes/releases/latest/download/FroshLazySizes.zip

Adding more thumbnail sizes:

  • Save new size in the folder of the media management
  • then run the command bin/console media:generate-thumbnails on the console to update the thumbnails for all images in the database
  • Clear shop cache

License

The MIT License (MIT). Please see License File for more information.

About

This plugin allows you to use lazy loading for your images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Twig 40.9%
  • PHP 31.1%
  • JavaScript 13.4%
  • Shell 12.6%
  • SCSS 2.0%