This module extends the file type image in file management, so you can save a picture source set for images.
- Web server
- PHP 5.3.2+ with GDlib, DOM, Phar and SOAP
- MySQL 5.0.3+
- contao-core >=3.2-dev,<4-dev
- contao-community-alliance/composer-plugin
- menatwork/contao-multicolumnwizard
easy to install via Composer-Package-Management in Contao-CMS
The image formats from the preferences in Contao are supported.
The images source set must be enabled in the corresponding page layout. In the file management the adjustments at the main frame accordingly. The result is this html element.
<img src="image.jpg" srcset="image_320.jpg 320w, image_600.jpg 600w, image_900.jpg 900w" alt="">