[TYPO3-calendar] EventView: Setting maximum image width doesn't work

Kesandal virgil at arcor.de
Sun Sep 27 12:03:34 CEST 2015


Hello,

I'm trying to limit the maximum width of images in event-view.

No matter which settings I set; cal ignores them.

Here is my typoscript:

plugin.tx_cal_controller {
...view.event.event {
.......image {
...........stdWrap.dataWrap = |
...........
...........maxW.override.override = 200
...........maxWInText.override.override = 200
...........cols.override = 1
.......}
.......description_image {
...........maxW.override.override = 200
...........maxWInText.override.override = 200
...........
...........cols.override = 1
.......}
...}
}

Is there anything i'm missing?

Thanks in advance


More information about the TYPO3-project-calendar mailing list