sitegeist / sms-responsive-images

This TYPO3 extension provides ViewHelpers and configuration to render valid responsive images based on TYPO3's image cropping tool.
GNU General Public License v2.0
34 stars 18 forks source link

Idea: support webp extension as fallback #90

Closed coarsy closed 1 year ago

coarsy commented 2 years ago

It would be great if the extension would support webp images from the web extension in the repository:

https://extensions.typo3.org/extension/webp

An additional param like "imagetype" could switch the image extension to webp.

Gitsko commented 2 years ago

that would also help me

s2b commented 1 year ago

This should already work with fileExtension

https://github.com/sitegeist/sms-responsive-images/blob/master/Classes/ViewHelpers/ImageViewHelper.php#L66