Download the PHP package onedrop/imagesrcset without Composer
On this page you can find all versions of the php package onedrop/imagesrcset. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download onedrop/imagesrcset
More information about onedrop/imagesrcset
Files in onedrop/imagesrcset
Download onedrop/imagesrcset
More information about onedrop/imagesrcset
Files in onedrop/imagesrcset
Vendor onedrop
Package imagesrcset
Short Description Adds responsive image sizes via the the srcset attribute to the default NodeTypes
License MIT
Package imagesrcset
Short Description Adds responsive image sizes via the the srcset attribute to the default NodeTypes
License MIT
Please rate this library. Is it a good library?
Informations about the package imagesrcset
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 according to your specific needs.
All versions of imagesrcset with dependencies
PHP Build Version
Package Version
The package onedrop/imagesrcset contains the following files
Loading the files please wait ....