onedrop/imagesrcset

Last activity 06 Oct 2022 2 2172
composer require onedrop/imagesrcset

Adds responsive image sizes via the the srcset attribute to the default NodeTypes

2.0.0

Version
2.0.0
Type
neos-package
Release Date
Oct 06, 2022 16:30
Source
git
Distribution
zip
Requires
  • neos/neos: ^7.0 || ^8.0
  • neos/nodetypes: ^7.0 || ^8.0
MIT 46b3d3c540e5c8f96eaae00337c5fab308ca1925

Readme excerpt

Onedrop.ImageSrcset

This adds responsive image sizes via the the srcset attribute to the default Neos.NodeTypes:Image and Neos.NodeTypes:TextWithImage NodeTypes.

How-To: Install:

Use the command composer require onedrop/imagesrcset to add this package as a requirement to your Neos project.
(Or: Download the zip and unpack it to Packages/Application/Onedrop.ImageSrcset)

Configuration:

The following default values are provided by the plugin:

Onedrop: ImageSrcset: sizes: # dynamic array of sizes generated for the srcset attribute full: 2560 large: 1280 medium: 768 small: 420 tiny: 240

Feel free to add or remove sizes a…
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 19 package(s).