Open sascha-egerer opened 1 year ago
I love the idea. Maybe we can provide a solution like: https://github.com/IchHabRecht/filefill/blob/main/Classes/Resource/Handler/ImageBuilderResource.php ?
We're currently working on another that would provide responsive images (srcset/sizes and picture tag) for fluid components (and especially in the styleguide). In that context we are rethinking placeholder images.
Your PR is valuable input, thank you! However, we might need to move placeholder generation to a separate service class. We will look into it soon.
We're currently working on another that would provide responsive images (srcset/sizes and picture tag) for fluid components (and especially in the styleguide). In that context we are rethinking placeholder images.
Your PR is valuable input, thank you! However, we might need to move placeholder generation to a separate service class. We will look into it soon.
Thank you! Sounds good! should I close this PR?
FYI: This is the current status of development: https://github.com/sitegeist/media-components
Use GifBuilder to generate a local placeholder image instead of relying on a 3rd party service. This will increase reliability and may also prevent exposure of internal URLs to a third party service.