sitegeist/kaleidoscope
composer require sitegeist/kaleidoscope
Responsive-images for Neos
dev-php84Compatibility
- Requires
- neos/neos: ^8.3 || ^9.0 || dev-master
- neos/fusion-afx: ^8.3 || ^9.0 || dev-master
- neos/media: *
- neos/imagine: *
- Requires (dev)
- phpunit/phpunit: ^9.5
- phpstan/phpstan: ^1.8
- squizlabs/php_codesniffer: ^3.7
Readme excerpt
Sitegeist.Kaleidoscope Responsive Images for Neos - with Atomic.Fusion & Monocle in mindThis package implements responsive-images for Neos for being used via Fusion.
imageSource = Sitegeist.Kaleidoscope:DummyImageSource renderer = afx` <Sitegeist.Kaleidoscope:Image imageSource={props.imageSource} srcset="320w, 400w, 600w, 800w, 1000w, 1200w, 1600w" sizes="(min-width: 800px) 1000px, (min-width: 480px) 800px, (min-width: 320px) 440px, 100vw" width="400" height="400" /> `By separating the aspects of image-definition, size-constraining and rendering
we enable the separation of those aspects into different fusion-components…
Read more
The same vendor provides 57 package(s).