sitegeist / fluid-components

Encapsulated frontend components with Fluid's ViewHelper syntax for TYPO3
https://fluidcomponents.sitegeist.de/
GNU General Public License v2.0
54 stars 21 forks source link

[FEATURE] generate placeholder images internal #167

Closed ulrichmathes closed 6 days ago

ulrichmathes commented 1 week ago

I used #119 as a starting point and added a SVG which is used inline as image src. The placeholder images now uses svg as standard as it does not uses disk space for generated pixel images.

Thanks sascha-egerer for the GifBuilder part and Ralf for the SVG file.