[TYPO3-english] TMENU fal img width & height does not work

Bas van der Togt bas at profinit.com
Fri Aug 28 16:57:18 CEST 2015


Hello,

Can anybody tell me why the width and height inside the renderObj does 
not work?

I'm using TYPO3 6.2.14

---
2.wrap = <ul>|</ul>
2.NO {
	stdWrap.cObject = COA
	stdWrap.cObject {

		10 = FILES
		10 {
			references {
				data = levelmedia:-1, slide
			}
			renderObj = IMAGE
			renderObj {
				file {
					import.data = file:current:originalUid
					width = 120c
					height = 200c
				}
				altText.data = file:current:alternative
				titleText.data = file:current:title
			}
		}
				20 = TEXT
		20 {
			field = title
			wrap = <div class="title">|</div>
		}
			30 = TEXT
		30 {
			field = subtitle
			wrap = <div class="subtitle">|</div>
			required = 1
		}
	}
}
---

Regards,
Bas


More information about the TYPO3-english mailing list