typo3(6.1) - 在<img/>标记中添加自定义属性

时间:2014-06-03 06:26:17

标签: lazy-loading typo3 typoscript typo3-6.1.x

我的问题的背景是,我想在移动网站的typo3中使用&#34;延迟加载&#34; -plugin和&#34; photoswipe&#34; -plugin。使用typo3可以很好地处理Photoswipe,但是现在我必须操纵img-tag才能使延迟加载工作。 momant的img-tag如下:

<img width="546" height="364" border="0" alt="" src="..." file="fileadmin/images/.../lazyloading.gif">

我必须添加&#34;属性&#34;到图像标签,以便标签看起来像这样:

<img width="546" height="364" border="0" data-rel="test" alt="" src="..." file="fileadmin/images/.../lazyloading.gif">

为此,我尝试使用http://www.jochenfroehlich.com/typo3-tutorial/links-mit-custom-tags.html上的说明,但对我而言,它不起作用。

您可以看到&#34;测试网站&#34;在这里:http://testm.alstaetter-tc.de/bilder/verschiedene

有人有想法吗?谢谢!

0 个答案:

没有答案