sitegeist/kaleidoscope

Letzte Aktivität 28 May 2025 29 7 307823
composer require sitegeist/kaleidoscope

Responsive-images for Neos

v6.5.1

Version
v6.5.1
Type
neos-package
Release Date
May 10, 2022 08:47
Source
git
Distribution
zip
Requires
  • neos/neos: ^5.0 || ^7.0 || ^8.0 || dev-master
  • neos/fusion-afx: ^1.2 || ^7.0 || ^8.0 || dev-master
  • neos/media: *
  • neos/imagine: *
Requires (dev)
  • phpstan/phpstan: ^0.12.78
GPL-3.0-or-later 6a2ea79efa441820c6994a9f2b6154eafd89d341

Readme excerpt

Sitegeist.Kaleidoscope Responsive Images for Neos - with Atomic.Fusion & Monocle in mind

This 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 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 57 package(s).