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 19 forks source link

Modify srcset when allowUpscaling is disabled #4

Closed naturefund-falk closed 7 years ago

naturefund-falk commented 7 years ago

When typo3 setting [GFX][processor_allowUpscaling] is set to false, remove images from srcset which have no relation in current srcset. But also keep the largest image size and use this in srcset if there were a bigger width in srcset.

s2b commented 7 years ago

Thanks! :)