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

Support for min/maxHeight added #49

Closed naturefund-falk closed 5 years ago

naturefund-falk commented 5 years ago

This is for issue #48 The solution is based on reading the height of the generated fallbackimage and scale this to the corresponding widths for the srcset.

naturefund-falk commented 5 years ago

I added an additional height parameter to generateSrcSetImages, so some of the tests are failing because of this. Dont know if i should change the tests or the order of parameters.