codemonkey1988 / responsive-images
Adds responsive images support for many browser types to TYPO3 using the picture tag.
3.1.3
2024-03-08 19:32 UTC
Requires
- php: ^7.4 || ^8.0
- typo3/cms-core: ^10.4 || ^11.5 || ^12.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.11
- phpstan/phpstan: ^1.8.5
- saschaegerer/phpstan-typo3: ^1.1.2
- sbuerk/typo3-cmscomposerinstallers-testingframework-bridge: ^0.0.1
- typo3/cms-filelist: ^10.4 || ^11.5 || ^12.4
- typo3/cms-fluid-styled-content: ^10.4 || ^11.5 || ^12.4
- typo3/testing-framework: ^6.16.6 || ^7.0 || ^8.0
Replaces
- typo3-ter/responsive-images: 3.1.3
This package is auto-updated.
Last update: 2024-10-31 22:32:45 UTC
README
This extension adds responsive images support for fluid templates.
Information
This extension is based on the assumption, that the frontend image sizes depends on current context (e.g. in Bootstrap col-6 an image needs to be smaller that in col-12) A TYPO3 editor should not be able to choose the image size directly. It always depends on the rendering context in FE.
Installation
composer require codemonkey1988/responsive-images
- Activate extension in extension manager
- Optional: Add TypoScript template Responsive images default configuration (optional) or Responsive images bootstrap configuration (optional)
See full documentation at https://docs.typo3.org/p/codemonkey1988/responsive-images/main/en-us/