[TYPO3-german] tt_content.image greift nicht

Marek info at newsdesigner.de
Mon Sep 25 18:04:17 CEST 2017


Irgendwie stehe ich gerade auf dem Schlauch, ich wollte den HTML-Tag für Bilder von IMG auf AMP-IMG ersetzen. Es greift leider nicht.  
Was habe ich in den Konstanten vergessen?

tt_content.image.20.1.layout.default.element = <amp-img src="###SRC###" width="###WIDTH###" height="###HEIGHT###"###PARAMS######ALTPARAMS######BORDER###></amp-img>
tt_content.image.20.1.layout.figure.element = <figure ###SOURCECOLLECTION### ###PARAMS######ALTPARAMS###><noscript><amp-img xsrc="###SRC###"###PARAMS######ALTPARAMS###></amp-img></noscript></figure>
tt_content.image.20.1.layout.srcset.element = <amp-img src="###SRC###" srcset="###SOURCECOLLECTION###"###PARAMS######ALTPARAMS###></amp-img>
tt_content.image.20.1.layout.picture.element = <picture>###SOURCECOLLECTION###<amp-img src="###SRC###"###PARAMS######ALTPARAMS###></amp-img></picture>
tt_content.image.20.1.layout.element = <amp-img src="###SRC###"###SOURCECOLLECTION######PARAMS######ALTPARAMS###></amp-img>




More information about the TYPO3-german mailing list