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

Is it Possible to give the Image a height ? #38

Closed yu-ahmed closed 6 years ago

s2b commented 6 years ago

Per definition responsive images have variable heights and widths. The ViewHelper sets height and width attributes based on the fallback image, but if you want to style the height of an image, you should do so by using CSS.

rfc2822 commented 6 years ago

Maybe related to PR #41