Simon Praetorius
Simon Praetorius
Unfortunately, I don't have much time for Open Source development at the moment as well... And this issue is quite complicated, I struggled with it a few times and haven't...
Could you give a concrete example where this is the case? Do you use `srcset`/`sizes` or `picture`?
Hm, I don‘t think that there can be a correct crop area to use for the placeholder image when using picture, at least not with my current implementation. Currently I...
See remarks in pull request.
I'm pretty sure that the image quality is the same because the extension uses the core api for image processing just as the core viewhelpers do. The processing is applied...
Ok, I'll have to test this...
I think the reason for this was that the height value will be incorrect in most cases. By definition, the different sources of a picture tag will have different aspect...
Could you give me a concrete example? This worked for me: ```html ```
Good idea! Would support for TYPO3 9 be important for you? With TYPO3 10 the new AssetCollector could be used to collect the media files that should be preloaded: https://github.com/TYPO3/TYPO3.CMS/blob/2d6ed648ab87185e34eaa0c61c958840396584a1/typo3/sysext/core/Classes/Page/AssetCollector.php#L159
I wouldn‘t want to drop support entirely, but new features could be v10 only if it made sense and made things easier.